Html Css Color HEX #F9640B Safety Orange

📋 copy color: '#F9640B'

red 249 ◦ green 100 ◦ blue 11

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

Shades of Safety Orange #F9640B

Tints of Safety Orange #F9640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

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

R = 69.17%
G = 27.78%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9640B (or 0xF9640B) is known color: Safety Orange. HEX triplet: F9, 64 and 0B. RGB value is (249,100,11). Sum of RGB (Red+Green+Blue) = 249+100+11=360 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.17% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 249 - color contains mainly: red. Hex color #F9640B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9640B is #069BF4. Grayscale: #868686. Windows color (decimal): -433141 or 746745. OLE color: 746745.

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

Color convert

RGB 249 100 11 -
CMYK 0 0.60 0.96 0.02
HSL 22.44º 0.95% 0.51% -
HSV(B) 22.44º 0.96% 0.98% -
XYZ 43.68 29.28 3.67 -
YUV 134.41 58.36 209.74 -
System Red Green Blue C M Y K H S L
Decimal 249 100 11 0 0.60 0.96 0.02 22.44 0.95 0.51
Hex F9 64 B 0 3C 60 2 16 5F 33
Octal 371 144 13 0 74 140 2 26 137 63
Binary 11111001 1100100 1011 0 111100 1100000 10 10110 1011111 110011

Color Harmonies of #F9640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9640B

Black with #F9640B

Text Example


Text Example

White with #F9640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9640B; }

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

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

background-color css

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

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

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

border-color css

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

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

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