Html Css Color HEX #F96D0C Safety Orange

📋 copy color: '#F96D0C'

red 249 ◦ green 109 ◦ blue 12

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

Shades of Safety Orange #F96D0C

Tints of Safety Orange #F96D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

 BLUE value IS 12 (5.08% from 255) = 3.24%

R = 67.3%
G = 29.46%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F96D0C (or 0xF96D0C) is known color: Safety Orange. HEX triplet: F9, 6D and 0C. RGB value is (249,109,12). Sum of RGB (Red+Green+Blue) = 249+109+12=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96D0C is #0692F3. Grayscale: #8C8C8C. Windows color (decimal): -430836 or 814585. OLE color: 814585.

HSL color Cylindrical-coordinate representation of color #F96D0C: hue angle of 24.56º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F96D0C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 109 12 -
CMYK 0 0.56 0.95 0.02
HSL 24.56º 0.95% 0.51% -
HSV(B) 24.56º 0.95% 0.98% -
XYZ 44.6 31.1 4 -
YUV 139.8 55.88 205.89 -
System Red Green Blue C M Y K H S L
Decimal 249 109 12 0 0.56 0.95 0.02 24.56 0.95 0.51
Hex F9 6D C 0 38 5F 2 19 5F 33
Octal 371 155 14 0 70 137 2 31 137 63
Binary 11111001 1101101 1100 0 111000 1011111 10 11001 1011111 110011

Color Harmonies of #F96D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96D0C

Black with #F96D0C

Text Example


Text Example

White with #F96D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96D0C; }

 p { color: rgb(249,109,12); }

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

background-color css

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

 a { background-color: rgb(249,109,12); }

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

border-color css

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

 span { border-color: rgb(249,109,12); }

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