Html Css Color HEX #F9660F Safety Orange

📋 copy color: '#F9660F'

red 249 ◦ green 102 ◦ blue 15

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

Shades of Safety Orange #F9660F

Tints of Safety Orange #F9660F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.1%

R = 68.03%
G = 27.87%
B = 4.1%

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

#F9660F (or 0xF9660F) is known color: Safety Orange. HEX triplet: F9, 66 and 0F. RGB value is (249,102,15). Sum of RGB (Red+Green+Blue) = 249+102+15=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F9660F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9660F is #0699F0. Grayscale: #888888. Windows color (decimal): -432625 or 1009401. OLE color: 1009401.

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

Color convert

RGB 249 102 15 -
CMYK 0 0.59 0.94 0.02
HSL 22.31º 0.95% 0.52% -
HSV(B) 22.31º 0.94% 0.98% -
XYZ 43.9 29.68 3.87 -
YUV 136.04 59.7 208.57 -
System Red Green Blue C M Y K H S L
Decimal 249 102 15 0 0.59 0.94 0.02 22.31 0.95 0.52
Hex F9 66 F 0 3B 5E 2 16 5F 34
Octal 371 146 17 0 73 136 2 26 137 64
Binary 11111001 1100110 1111 0 111011 1011110 10 10110 1011111 110100

Color Harmonies of #F9660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9660F

Black with #F9660F

Text Example


Text Example

White with #F9660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9660F; }

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

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

background-color css

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

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

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

border-color css

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

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

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