Html Css Color HEX #F66310 Safety Orange

📋 copy color: '#F66310'

red 246 ◦ green 99 ◦ blue 16

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

Shades of Safety Orange #F66310

Tints of Safety Orange #F66310

RGB

 RED value IS 246 (96.48% from 255) = 68.14%

 GREEN value IS 99 (39.06% from 255) = 27.42%

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 68.14%
G = 27.42%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F66310 (or 0xF66310) is known color: Safety Orange. HEX triplet: F6, 63 and 10. RGB value is (246,99,16). Sum of RGB (Red+Green+Blue) = 246+99+16=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F66310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66310 is #099CEF. Grayscale: #858585. Windows color (decimal): -630000 or 1074166. OLE color: 1074166.

HSL color Cylindrical-coordinate representation of color #F66310: hue angle of 21.65º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F66310 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 99 16 -
CMYK 0 0.60 0.93 0.04
HSL 21.65º 0.93% 0.51% -
HSV(B) 21.65º 0.93% 0.96% -
XYZ 42.56 28.55 3.76 -
YUV 133.49 61.7 208.25 -
System Red Green Blue C M Y K H S L
Decimal 246 99 16 0 0.60 0.93 0.04 21.65 0.93 0.51
Hex F6 63 10 0 3C 5D 4 16 5D 33
Octal 366 143 20 0 74 135 4 26 135 63
Binary 11110110 1100011 10000 0 111100 1011101 100 10110 1011101 110011

Color Harmonies of #F66310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66310

Black with #F66310

Text Example


Text Example

White with #F66310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66310; }

 p { color: rgb(246,99,16); }

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

background-color css

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

 a { background-color: rgb(246,99,16); }

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

border-color css

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

 span { border-color: rgb(246,99,16); }

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