Html Css Color HEX #F95C0C Safety Orange

📋 copy color: '#F95C0C'

red 249 ◦ green 92 ◦ blue 12

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

Shades of Safety Orange #F95C0C

Tints of Safety Orange #F95C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

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

R = 70.54%
G = 26.06%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F95C0C (or 0xF95C0C) is known color: Safety Orange. HEX triplet: F9, 5C and 0C. RGB value is (249,92,12). Sum of RGB (Red+Green+Blue) = 249+92+12=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95C0C is #06A3F3. Grayscale: #828282. Windows color (decimal): -435188 or 810233. OLE color: 810233.

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

Color convert

RGB 249 92 12 -
CMYK 0 0.63 0.95 0.02
HSL 20.25º 0.95% 0.51% -
HSV(B) 20.25º 0.95% 0.98% -
XYZ 42.96 27.82 3.45 -
YUV 129.82 61.51 213 -
System Red Green Blue C M Y K H S L
Decimal 249 92 12 0 0.63 0.95 0.02 20.25 0.95 0.51
Hex F9 5C C 0 3F 5F 2 14 5F 33
Octal 371 134 14 0 77 137 2 24 137 63
Binary 11111001 1011100 1100 0 111111 1011111 10 10100 1011111 110011

Color Harmonies of #F95C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95C0C

Black with #F95C0C

Text Example


Text Example

White with #F95C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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