Html Css Color HEX #F96A0E Safety Orange

📋 copy color: '#F96A0E'

red 249 ◦ green 106 ◦ blue 14

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

Shades of Safety Orange #F96A0E

Tints of Safety Orange #F96A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

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

R = 67.48%
G = 28.73%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F96A0E (or 0xF96A0E) is known color: Safety Orange. HEX triplet: F9, 6A and 0E. RGB value is (249,106,14). Sum of RGB (Red+Green+Blue) = 249+106+14=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96A0E is #0695F1. Grayscale: #8A8A8A. Windows color (decimal): -431602 or 944889. OLE color: 944889.

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

Color convert

RGB 249 106 14 -
CMYK 0 0.57 0.94 0.02
HSL 23.49º 0.95% 0.52% -
HSV(B) 23.49º 0.94% 0.98% -
XYZ 44.3 30.48 3.96 -
YUV 138.27 57.88 206.98 -
System Red Green Blue C M Y K H S L
Decimal 249 106 14 0 0.57 0.94 0.02 23.49 0.95 0.52
Hex F9 6A E 0 39 5E 2 17 5F 34
Octal 371 152 16 0 71 136 2 27 137 64
Binary 11111001 1101010 1110 0 111001 1011110 10 10111 1011111 110100

Color Harmonies of #F96A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A0E

Black with #F96A0E

Text Example


Text Example

White with #F96A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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