Html Css Color HEX #FF6409 Safety Orange

📋 copy color: '#FF6409'

red 255 ◦ green 100 ◦ blue 9

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

Shades of Safety Orange #FF6409

Tints of Safety Orange #FF6409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 70.05%
G = 27.47%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF6409 (or 0xFF6409) is known color: Safety Orange. HEX triplet: FF, 64 and 09. RGB value is (255,100,9). Sum of RGB (Red+Green+Blue) = 255+100+9=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6409 is #009BF6. Grayscale: #888888. Windows color (decimal): -39927 or 615679. OLE color: 615679.

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

Color convert

RGB 255 100 9 -
CMYK 0 0.61 0.96 0
HSL 22.2º 1% 0.52% -
HSV(B) 22.2º 0.96% 1% -
XYZ 45.85 30.39 3.71 -
YUV 135.97 56.35 212.9 -
System Red Green Blue C M Y K H S L
Decimal 255 100 9 0 0.61 0.96 0 22.2 1 0.52
Hex FF 64 9 0 3D 60 0 16 64 34
Octal 377 144 11 0 75 140 0 26 144 64
Binary 11111111 1100100 1001 0 111101 1100000 0 10110 1100100 110100

Color Harmonies of #FF6409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6409

Black with #FF6409

Text Example


Text Example

White with #FF6409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6409; }

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

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

background-color css

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

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

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

border-color css

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

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

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