Html Css Color HEX #F96F0A Safety Orange

📋 copy color: '#F96F0A'

red 249 ◦ green 111 ◦ blue 10

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

Shades of Safety Orange #F96F0A

Tints of Safety Orange #F96F0A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 67.3%
G = 30%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F96F0A (or 0xF96F0A) is known color: Safety Orange. HEX triplet: F9, 6F and 0A. RGB value is (249,111,10). Sum of RGB (Red+Green+Blue) = 249+111+10=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96F0A is #0690F5. Grayscale: #8D8D8D. Windows color (decimal): -430326 or 684025. OLE color: 684025.

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

Color convert

RGB 249 111 10 -
CMYK 0 0.55 0.96 0.02
HSL 25.36º 0.95% 0.51% -
HSV(B) 25.36º 0.96% 0.98% -
XYZ 44.81 31.53 4.01 -
YUV 140.75 54.22 205.21 -
System Red Green Blue C M Y K H S L
Decimal 249 111 10 0 0.55 0.96 0.02 25.36 0.95 0.51
Hex F9 6F A 0 37 60 2 19 5F 33
Octal 371 157 12 0 67 140 2 31 137 63
Binary 11111001 1101111 1010 0 110111 1100000 10 11001 1011111 110011

Color Harmonies of #F96F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F0A

Black with #F96F0A

Text Example


Text Example

White with #F96F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F0A; }

 p { color: rgb(249,111,10); }

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

background-color css

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

 a { background-color: rgb(249,111,10); }

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

border-color css

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

 span { border-color: rgb(249,111,10); }

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