Html Css Color HEX #F96700 Safety Orange

📋 copy color: '#F96700'

red 249 ◦ green 103 ◦ blue 0

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

Shades of Safety Orange #F96700

Tints of Safety Orange #F96700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.74%
G = 29.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F96700 (or 0xF96700) is known color: Safety Orange. HEX triplet: F9, 67 and 00. RGB value is (249,103,0). Sum of RGB (Red+Green+Blue) = 249+103+0=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F96700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96700 is #0698FF. Grayscale: #878787. Windows color (decimal): -432384 or 26617. OLE color: 26617.

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

Color convert

RGB 249 103 0 -
CMYK 0 0.59 1 0.02
HSL 24.82º 1% 0.49% -
HSV(B) 24.82º 1% 0.98% -
XYZ 43.92 29.84 3.45 -
YUV 134.91 51.87 209.38 -
System Red Green Blue C M Y K H S L
Decimal 249 103 0 0 0.59 1 0.02 24.82 1 0.49
Hex F9 67 0 0 3B 64 2 19 64 31
Octal 371 147 0 0 73 144 2 31 144 61
Binary 11111001 1100111 0 0 111011 1100100 10 11001 1100100 110001

Color Harmonies of #F96700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96700

Black with #F96700

Text Example


Text Example

White with #F96700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96700; }

 p { color: rgb(249,103,0); }

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

background-color css

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

 a { background-color: rgb(249,103,0); }

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

border-color css

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

 span { border-color: rgb(249,103,0); }

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