Html Css Color HEX #FF6A04 Safety Orange

📋 copy color: '#FF6A04'

red 255 ◦ green 106 ◦ blue 4

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

Shades of Safety Orange #FF6A04

Tints of Safety Orange #FF6A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 69.86%
G = 29.04%
B = 1.1%

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

#FF6A04 (or 0xFF6A04) is known color: Safety Orange. HEX triplet: FF, 6A and 04. RGB value is (255,106,4). Sum of RGB (Red+Green+Blue) = 255+106+4=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6A04 is #0095FB. Grayscale: #8B8B8B. Windows color (decimal): -38396 or 289535. OLE color: 289535.

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

Color convert

RGB 255 106 4 -
CMYK 0 0.58 0.98 0
HSL 24.38º 1% 0.51% -
HSV(B) 24.38º 0.98% 1% -
XYZ 46.42 31.58 3.76 -
YUV 138.92 51.86 210.79 -
System Red Green Blue C M Y K H S L
Decimal 255 106 4 0 0.58 0.98 0 24.38 1 0.51
Hex FF 6A 4 0 3A 62 0 18 64 33
Octal 377 152 4 0 72 142 0 30 144 63
Binary 11111111 1101010 100 0 111010 1100010 0 11000 1100100 110011

Color Harmonies of #FF6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A04

Black with #FF6A04

Text Example


Text Example

White with #FF6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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