Html Css Color HEX #F9670B Safety Orange

📋 copy color: '#F9670B'

red 249 ◦ green 103 ◦ blue 11

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

Shades of Safety Orange #F9670B

Tints of Safety Orange #F9670B

RGB

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

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

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

R = 68.6%
G = 28.37%
B = 3.03%

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

#F9670B (or 0xF9670B) is known color: Safety Orange. HEX triplet: F9, 67 and 0B. RGB value is (249,103,11). Sum of RGB (Red+Green+Blue) = 249+103+11=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F9670B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9670B is #0698F4. Grayscale: #888888. Windows color (decimal): -432373 or 747513. OLE color: 747513.

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

Color convert

RGB 249 103 11 -
CMYK 0 0.59 0.96 0.02
HSL 23.19º 0.95% 0.51% -
HSV(B) 23.19º 0.96% 0.98% -
XYZ 43.98 29.86 3.76 -
YUV 136.17 57.37 208.48 -
System Red Green Blue C M Y K H S L
Decimal 249 103 11 0 0.59 0.96 0.02 23.19 0.95 0.51
Hex F9 67 B 0 3B 60 2 17 5F 33
Octal 371 147 13 0 73 140 2 27 137 63
Binary 11111001 1100111 1011 0 111011 1100000 10 10111 1011111 110011

Color Harmonies of #F9670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9670B

Black with #F9670B

Text Example


Text Example

White with #F9670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9670B; }

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

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

background-color css

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

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

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

border-color css

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

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

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