Html Css Color HEX #FF6D04 Safety Orange

📋 copy color: '#FF6D04'

red 255 ◦ green 109 ◦ blue 4

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

Shades of Safety Orange #FF6D04

Tints of Safety Orange #FF6D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.62%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 69.29%
G = 29.62%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF6D04 (or 0xFF6D04) is known color: Safety Orange. HEX triplet: FF, 6D and 04. RGB value is (255,109,4). Sum of RGB (Red+Green+Blue) = 255+109+4=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D04 is #0092FB. Grayscale: #8D8D8D. Windows color (decimal): -37628 or 290303. OLE color: 290303.

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

Color convert

RGB 255 109 4 -
CMYK 0 0.57 0.98 0
HSL 25.1º 1% 0.51% -
HSV(B) 25.1º 0.98% 1% -
XYZ 46.73 32.21 3.87 -
YUV 140.68 50.87 209.54 -
System Red Green Blue C M Y K H S L
Decimal 255 109 4 0 0.57 0.98 0 25.1 1 0.51
Hex FF 6D 4 0 39 62 0 19 64 33
Octal 377 155 4 0 71 142 0 31 144 63
Binary 11111111 1101101 100 0 111001 1100010 0 11001 1100100 110011

Color Harmonies of #FF6D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D04

Black with #FF6D04

Text Example


Text Example

White with #FF6D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D04; }

 p { color: rgb(255,109,4); }

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

background-color css

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

 a { background-color: rgb(255,109,4); }

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

border-color css

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

 span { border-color: rgb(255,109,4); }

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