Html Css Color HEX #F9670E Safety Orange

📋 copy color: '#F9670E'

red 249 ◦ green 103 ◦ blue 14

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

Shades of Safety Orange #F9670E

Tints of Safety Orange #F9670E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.83%

R = 68.03%
G = 28.14%
B = 3.83%

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

#F9670E (or 0xF9670E) is known color: Safety Orange. HEX triplet: F9, 67 and 0E. RGB value is (249,103,14). Sum of RGB (Red+Green+Blue) = 249+103+14=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F9670E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9670E is #0698F1. Grayscale: #898989. Windows color (decimal): -432370 or 944121. OLE color: 944121.

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

Color convert

RGB 249 103 14 -
CMYK 0 0.59 0.94 0.02
HSL 22.72º 0.95% 0.52% -
HSV(B) 22.72º 0.94% 0.98% -
XYZ 44 29.87 3.86 -
YUV 136.51 58.87 208.24 -
System Red Green Blue C M Y K H S L
Decimal 249 103 14 0 0.59 0.94 0.02 22.72 0.95 0.52
Hex F9 67 E 0 3B 5E 2 17 5F 34
Octal 371 147 16 0 73 136 2 27 137 64
Binary 11111001 1100111 1110 0 111011 1011110 10 10111 1011111 110100

Color Harmonies of #F9670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9670E

Black with #F9670E

Text Example


Text Example

White with #F9670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9670E; }

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

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

background-color css

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

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

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

border-color css

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

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

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