Html Css Color HEX #F95C03 Safety Orange

📋 copy color: '#F95C03'

red 249 ◦ green 92 ◦ blue 3

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

Shades of Safety Orange #F95C03

Tints of Safety Orange #F95C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 72.38%
G = 26.74%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F95C03 (or 0xF95C03) is known color: Safety Orange. HEX triplet: F9, 5C and 03. RGB value is (249,92,3). Sum of RGB (Red+Green+Blue) = 249+92+3=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95C03 is #06A3FC. Grayscale: #818181. Windows color (decimal): -435197 or 220409. OLE color: 220409.

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

Color convert

RGB 249 92 3 -
CMYK 0 0.63 0.99 0.02
HSL 21.71º 0.98% 0.49% -
HSV(B) 21.71º 0.99% 0.98% -
XYZ 42.91 27.8 3.19 -
YUV 128.8 57.01 213.74 -
System Red Green Blue C M Y K H S L
Decimal 249 92 3 0 0.63 0.99 0.02 21.71 0.98 0.49
Hex F9 5C 3 0 3F 63 2 16 62 31
Octal 371 134 3 0 77 143 2 26 142 61
Binary 11111001 1011100 11 0 111111 1100011 10 10110 1100010 110001

Color Harmonies of #F95C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95C03

Black with #F95C03

Text Example


Text Example

White with #F95C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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