Html Css Color HEX #FD6F0B Safety Orange

📋 copy color: '#FD6F0B'

red 253 ◦ green 111 ◦ blue 11

#FD6F0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #FD6F0B

Tints of Safety Orange #FD6F0B

RGB

 RED value IS 253 (99.22% from 255) = 67.47%

 GREEN value IS 111 (43.75% from 255) = 29.6%

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 67.47%
G = 29.6%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FD6F0B (or 0xFD6F0B) is known color: Safety Orange. HEX triplet: FD, 6F and 0B. RGB value is (253,111,11). Sum of RGB (Red+Green+Blue) = 253+111+11=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6F0B is #0290F4. Grayscale: #8E8E8E. Windows color (decimal): -168181 or 749565. OLE color: 749565.

HSL color Cylindrical-coordinate representation of color #FD6F0B: hue angle of 24.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD6F0B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 111 11 -
CMYK 0 0.56 0.96 0.01
HSL 24.79º 0.98% 0.52% -
HSV(B) 24.79º 0.96% 0.99% -
XYZ 46.25 32.28 4.11 -
YUV 142.06 54.04 207.13 -
System Red Green Blue C M Y K H S L
Decimal 253 111 11 0 0.56 0.96 0.01 24.79 0.98 0.52
Hex FD 6F B 0 38 60 1 19 62 34
Octal 375 157 13 0 70 140 1 31 142 64
Binary 11111101 1101111 1011 0 111000 1100000 1 11001 1100010 110100

Color Harmonies of #FD6F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6F0B

Black with #FD6F0B

Text Example


Text Example

White with #FD6F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6F0B; }

 p { color: rgb(253,111,11); }

 H1.HeaderClassName
 {
   color: #FD6F0B;
 }
 .AnyTagClassName
 {
   color: #FD6F0B;
 }
</style>

background-color css

<style>
 a { background-color: #FD6F0B; }

 a { background-color: rgb(253,111,11); }

 div.DivClassName
 {
   background-color: #FD6F0B;
 }
 .BgClassName
 {
   background-color: #FD6F0B;
 }
</style>

border-color css

<style>
 span { border-color: #FD6F0B; }

 span { border-color: rgb(253,111,11); }

 td.TdClassName
 {
   border-color: #FD6F0B;
 }
 .TagClassName
 {
   border-color: #FD6F0B;
 }
</style>