Html Css Color HEX #F96B0B Safety Orange

📋 copy color: '#F96B0B'

red 249 ◦ green 107 ◦ blue 11

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

Shades of Safety Orange #F96B0B

Tints of Safety Orange #F96B0B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

 BLUE value IS 11 (4.69% from 255) = 3%

R = 67.85%
G = 29.16%
B = 3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F96B0B (or 0xF96B0B) is known color: Safety Orange. HEX triplet: F9, 6B and 0B. RGB value is (249,107,11). Sum of RGB (Red+Green+Blue) = 249+107+11=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96B0B is #0694F4. Grayscale: #8B8B8B. Windows color (decimal): -431349 or 748537. OLE color: 748537.

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

Color convert

RGB 249 107 11 -
CMYK 0 0.57 0.96 0.02
HSL 24.2º 0.95% 0.51% -
HSV(B) 24.2º 0.96% 0.98% -
XYZ 44.39 30.68 3.9 -
YUV 138.51 56.04 206.81 -
System Red Green Blue C M Y K H S L
Decimal 249 107 11 0 0.57 0.96 0.02 24.2 0.95 0.51
Hex F9 6B B 0 39 60 2 18 5F 33
Octal 371 153 13 0 71 140 2 30 137 63
Binary 11111001 1101011 1011 0 111001 1100000 10 11000 1011111 110011

Color Harmonies of #F96B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96B0B

Black with #F96B0B

Text Example


Text Example

White with #F96B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96B0B; }

 p { color: rgb(249,107,11); }

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

background-color css

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

 a { background-color: rgb(249,107,11); }

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

border-color css

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

 span { border-color: rgb(249,107,11); }

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