Html Css Color HEX #FF6104 Safety Orange

📋 copy color: '#FF6104'

red 255 ◦ green 97 ◦ blue 4

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

Shades of Safety Orange #FF6104

Tints of Safety Orange #FF6104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 71.63%
G = 27.25%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF6104 (or 0xFF6104) is known color: Safety Orange. HEX triplet: FF, 61 and 04. RGB value is (255,97,4). Sum of RGB (Red+Green+Blue) = 255+97+4=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6104 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6104 is #009EFB. Grayscale: #868686. Windows color (decimal): -40700 or 287231. OLE color: 287231.

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

Color convert

RGB 255 97 4 -
CMYK 0 0.62 0.98 0
HSL 22.23º 1% 0.51% -
HSV(B) 22.23º 0.98% 1% -
XYZ 45.54 29.82 3.47 -
YUV 133.64 54.85 214.56 -
System Red Green Blue C M Y K H S L
Decimal 255 97 4 0 0.62 0.98 0 22.23 1 0.51
Hex FF 61 4 0 3E 62 0 16 64 33
Octal 377 141 4 0 76 142 0 26 144 63
Binary 11111111 1100001 100 0 111110 1100010 0 10110 1100100 110011

Color Harmonies of #FF6104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6104

Black with #FF6104

Text Example


Text Example

White with #FF6104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6104; }

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

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

background-color css

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

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

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

border-color css

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

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

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