Html Css Color HEX #F9660B Safety Orange

📋 copy color: '#F9660B'

red 249 ◦ green 102 ◦ blue 11

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

Shades of Safety Orange #F9660B

Tints of Safety Orange #F9660B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

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

R = 68.78%
G = 28.18%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9660B (or 0xF9660B) is known color: Safety Orange. HEX triplet: F9, 66 and 0B. RGB value is (249,102,11). Sum of RGB (Red+Green+Blue) = 249+102+11=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9660B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9660B is #0699F4. Grayscale: #888888. Windows color (decimal): -432629 or 747257. OLE color: 747257.

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

Color convert

RGB 249 102 11 -
CMYK 0 0.59 0.96 0.02
HSL 22.94º 0.95% 0.51% -
HSV(B) 22.94º 0.96% 0.98% -
XYZ 43.88 29.67 3.73 -
YUV 135.58 57.7 208.9 -
System Red Green Blue C M Y K H S L
Decimal 249 102 11 0 0.59 0.96 0.02 22.94 0.95 0.51
Hex F9 66 B 0 3B 60 2 17 5F 33
Octal 371 146 13 0 73 140 2 27 137 63
Binary 11111001 1100110 1011 0 111011 1100000 10 10111 1011111 110011

Color Harmonies of #F9660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9660B

Black with #F9660B

Text Example


Text Example

White with #F9660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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