Html Css Color HEX #F96110 Safety Orange

📋 copy color: '#F96110'

red 249 ◦ green 97 ◦ blue 16

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

Shades of Safety Orange #F96110

Tints of Safety Orange #F96110

RGB

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

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

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

R = 68.78%
G = 26.8%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F96110 (or 0xF96110) is known color: Safety Orange. HEX triplet: F9, 61 and 10. RGB value is (249,97,16). Sum of RGB (Red+Green+Blue) = 249+97+16=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F96110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96110 is #069EEF. Grayscale: #858585. Windows color (decimal): -433904 or 1073657. OLE color: 1073657.

HSL color Cylindrical-coordinate representation of color #F96110: hue angle of 20.86º 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 #F96110 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 97 16 -
CMYK 0 0.61 0.94 0.02
HSL 20.86º 0.95% 0.52% -
HSV(B) 20.86º 0.94% 0.98% -
XYZ 43.44 28.73 3.75 -
YUV 133.21 61.86 210.59 -
System Red Green Blue C M Y K H S L
Decimal 249 97 16 0 0.61 0.94 0.02 20.86 0.95 0.52
Hex F9 61 10 0 3D 5E 2 15 5F 34
Octal 371 141 20 0 75 136 2 25 137 64
Binary 11111001 1100001 10000 0 111101 1011110 10 10101 1011111 110100

Color Harmonies of #F96110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96110

Black with #F96110

Text Example


Text Example

White with #F96110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96110; }

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

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

background-color css

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

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

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

border-color css

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

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

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