Html Css Color HEX #FF6009 Safety Orange

📋 copy color: '#FF6009'

red 255 ◦ green 96 ◦ blue 9

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

Shades of Safety Orange #FF6009

Tints of Safety Orange #FF6009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 9 (3.91% from 255) = 2.5%

R = 70.83%
G = 26.67%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF6009 (or 0xFF6009) is known color: Safety Orange. HEX triplet: FF, 60 and 09. RGB value is (255,96,9). Sum of RGB (Red+Green+Blue) = 255+96+9=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6009 is #009FF6. Grayscale: #868686. Windows color (decimal): -40951 or 614655. OLE color: 614655.

HSL color Cylindrical-coordinate representation of color #FF6009: hue angle of 21.22º 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 #FF6009 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 9 -
CMYK 0 0.62 0.96 0
HSL 21.22º 1% 0.52% -
HSV(B) 21.22º 0.96% 1% -
XYZ 45.47 29.65 3.58 -
YUV 133.62 57.68 214.57 -
System Red Green Blue C M Y K H S L
Decimal 255 96 9 0 0.62 0.96 0 21.22 1 0.52
Hex FF 60 9 0 3E 60 0 15 64 34
Octal 377 140 11 0 76 140 0 25 144 64
Binary 11111111 1100000 1001 0 111110 1100000 0 10101 1100100 110100

Color Harmonies of #FF6009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6009

Black with #FF6009

Text Example


Text Example

White with #FF6009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6009; }

 p { color: rgb(255,96,9); }

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

background-color css

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

 a { background-color: rgb(255,96,9); }

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

border-color css

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

 span { border-color: rgb(255,96,9); }

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