Html Css Color HEX #FF6C05 Safety Orange

📋 copy color: '#FF6C05'

red 255 ◦ green 108 ◦ blue 5

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

Shades of Safety Orange #FF6C05

Tints of Safety Orange #FF6C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 69.29%
G = 29.35%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF6C05 (or 0xFF6C05) is known color: Safety Orange. HEX triplet: FF, 6C and 05. RGB value is (255,108,5). Sum of RGB (Red+Green+Blue) = 255+108+5=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6C05 is #0093FA. Grayscale: #8C8C8C. Windows color (decimal): -37883 or 355583. OLE color: 355583.

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

Color convert

RGB 255 108 5 -
CMYK 0 0.58 0.98 0
HSL 24.72º 1% 0.51% -
HSV(B) 24.72º 0.98% 1% -
XYZ 46.63 32 3.86 -
YUV 140.21 51.7 209.88 -
System Red Green Blue C M Y K H S L
Decimal 255 108 5 0 0.58 0.98 0 24.72 1 0.51
Hex FF 6C 5 0 3A 62 0 19 64 33
Octal 377 154 5 0 72 142 0 31 144 63
Binary 11111111 1101100 101 0 111010 1100010 0 11001 1100100 110011

Color Harmonies of #FF6C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C05

Black with #FF6C05

Text Example


Text Example

White with #FF6C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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