Html Css Color HEX #F96610 Safety Orange

📋 copy color: '#F96610'

red 249 ◦ green 102 ◦ blue 16

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

Shades of Safety Orange #F96610

Tints of Safety Orange #F96610

RGB

 RED value IS 249 (97.66% from 255) = 67.85%

 GREEN value IS 102 (40.23% from 255) = 27.79%

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

R = 67.85%
G = 27.79%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F96610 (or 0xF96610) is known color: Safety Orange. HEX triplet: F9, 66 and 10. RGB value is (249,102,16). Sum of RGB (Red+Green+Blue) = 249+102+16=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F96610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96610 is #0699EF. Grayscale: #888888. Windows color (decimal): -432624 or 1074937. OLE color: 1074937.

HSL color Cylindrical-coordinate representation of color #F96610: hue angle of 22.15º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F96610 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 16 -
CMYK 0 0.59 0.94 0.02
HSL 22.15º 0.95% 0.52% -
HSV(B) 22.15º 0.94% 0.98% -
XYZ 43.91 29.68 3.9 -
YUV 136.15 60.2 208.49 -
System Red Green Blue C M Y K H S L
Decimal 249 102 16 0 0.59 0.94 0.02 22.15 0.95 0.52
Hex F9 66 10 0 3B 5E 2 16 5F 34
Octal 371 146 20 0 73 136 2 26 137 64
Binary 11111001 1100110 10000 0 111011 1011110 10 10110 1011111 110100

Color Harmonies of #F96610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96610

Black with #F96610

Text Example


Text Example

White with #F96610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96610; }

 p { color: rgb(249,102,16); }

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

background-color css

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

 a { background-color: rgb(249,102,16); }

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

border-color css

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

 span { border-color: rgb(249,102,16); }

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