Html Css Color HEX #F96510 Safety Orange

📋 copy color: '#F96510'

red 249 ◦ green 101 ◦ blue 16

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

Shades of Safety Orange #F96510

Tints of Safety Orange #F96510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 68.03%
G = 27.6%
B = 4.37%

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

#F96510 (or 0xF96510) is known color: Safety Orange. HEX triplet: F9, 65 and 10. RGB value is (249,101,16). Sum of RGB (Red+Green+Blue) = 249+101+16=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F96510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96510 is #069AEF. Grayscale: #888888. Windows color (decimal): -432880 or 1074681. OLE color: 1074681.

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

Color convert

RGB 249 101 16 -
CMYK 0 0.59 0.94 0.02
HSL 21.89º 0.95% 0.52% -
HSV(B) 21.89º 0.94% 0.98% -
XYZ 43.81 29.48 3.87 -
YUV 135.56 60.53 208.91 -
System Red Green Blue C M Y K H S L
Decimal 249 101 16 0 0.59 0.94 0.02 21.89 0.95 0.52
Hex F9 65 10 0 3B 5E 2 16 5F 34
Octal 371 145 20 0 73 136 2 26 137 64
Binary 11111001 1100101 10000 0 111011 1011110 10 10110 1011111 110100

Color Harmonies of #F96510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96510

Black with #F96510

Text Example


Text Example

White with #F96510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96510; }

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

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

background-color css

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

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

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

border-color css

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

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

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