Html Css Color HEX #FF6C0B Safety Orange

📋 copy color: '#FF6C0B'

red 255 ◦ green 108 ◦ blue 11

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

Shades of Safety Orange #FF6C0B

Tints of Safety Orange #FF6C0B

RGB

 RED value IS 255 (100% from 255) = 68.18%

 GREEN value IS 108 (42.58% from 255) = 28.88%

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

R = 68.18%
G = 28.88%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF6C0B (or 0xFF6C0B) is known color: Safety Orange. HEX triplet: FF, 6C and 0B. RGB value is (255,108,11). Sum of RGB (Red+Green+Blue) = 255+108+11=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6C0B is #0093F4. Grayscale: #8D8D8D. Windows color (decimal): -37877 or 748799. OLE color: 748799.

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

Color convert

RGB 255 108 11 -
CMYK 0 0.58 0.96 0
HSL 23.85º 1% 0.52% -
HSV(B) 23.85º 0.96% 1% -
XYZ 46.66 32.01 4.04 -
YUV 140.9 54.7 209.39 -
System Red Green Blue C M Y K H S L
Decimal 255 108 11 0 0.58 0.96 0 23.85 1 0.52
Hex FF 6C B 0 3A 60 0 18 64 34
Octal 377 154 13 0 72 140 0 30 144 64
Binary 11111111 1101100 1011 0 111010 1100000 0 11000 1100100 110100

Color Harmonies of #FF6C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C0B

Black with #FF6C0B

Text Example


Text Example

White with #FF6C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C0B; }

 p { color: rgb(255,108,11); }

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

background-color css

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

 a { background-color: rgb(255,108,11); }

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

border-color css

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

 span { border-color: rgb(255,108,11); }

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