Html Css Color HEX #FF6C08 Safety Orange

📋 copy color: '#FF6C08'

red 255 ◦ green 108 ◦ blue 8

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

Shades of Safety Orange #FF6C08

Tints of Safety Orange #FF6C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.16%

R = 68.73%
G = 29.11%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF6C08 (or 0xFF6C08) is known color: Safety Orange. HEX triplet: FF, 6C and 08. RGB value is (255,108,8). Sum of RGB (Red+Green+Blue) = 255+108+8=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6C08 is #0093F7. Grayscale: #8D8D8D. Windows color (decimal): -37880 or 552191. OLE color: 552191.

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

Color convert

RGB 255 108 8 -
CMYK 0 0.58 0.97 0
HSL 24.29º 1% 0.52% -
HSV(B) 24.29º 0.97% 1% -
XYZ 46.65 32 3.95 -
YUV 140.55 53.2 209.63 -
System Red Green Blue C M Y K H S L
Decimal 255 108 8 0 0.58 0.97 0 24.29 1 0.52
Hex FF 6C 8 0 3A 61 0 18 64 34
Octal 377 154 10 0 72 141 0 30 144 64
Binary 11111111 1101100 1000 0 111010 1100001 0 11000 1100100 110100

Color Harmonies of #FF6C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C08

Black with #FF6C08

Text Example


Text Example

White with #FF6C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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