Html Css Color HEX #FF6F04 Safety Orange

📋 copy color: '#FF6F04'

red 255 ◦ green 111 ◦ blue 4

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

Shades of Safety Orange #FF6F04

Tints of Safety Orange #FF6F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

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

R = 68.92%
G = 30%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF6F04 (or 0xFF6F04) is known color: Safety Orange. HEX triplet: FF, 6F and 04. RGB value is (255,111,4). Sum of RGB (Red+Green+Blue) = 255+111+4=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F04 is #0090FB. Grayscale: #8E8E8E. Windows color (decimal): -37116 or 290815. OLE color: 290815.

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

Color convert

RGB 255 111 4 -
CMYK 0 0.56 0.98 0
HSL 25.58º 1% 0.51% -
HSV(B) 25.58º 0.98% 1% -
XYZ 46.95 32.64 3.94 -
YUV 141.86 50.21 208.7 -
System Red Green Blue C M Y K H S L
Decimal 255 111 4 0 0.56 0.98 0 25.58 1 0.51
Hex FF 6F 4 0 38 62 0 1A 64 33
Octal 377 157 4 0 70 142 0 32 144 63
Binary 11111111 1101111 100 0 111000 1100010 0 11010 1100100 110011

Color Harmonies of #FF6F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F04

Black with #FF6F04

Text Example


Text Example

White with #FF6F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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