Html Css Color HEX #F93C04 Orange Red

📋 copy color: '#F93C04'

red 249 ◦ green 60 ◦ blue 4

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

Shades of Orange Red #F93C04

Tints of Orange Red #F93C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 79.55%
G = 19.17%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F93C04 (or 0xF93C04) is known color: Orange Red. HEX triplet: F9, 3C and 04. RGB value is (249,60,4). Sum of RGB (Red+Green+Blue) = 249+60+4=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93C04 is #06C3FB. Grayscale: #6E6E6E. Windows color (decimal): -443388 or 277753. OLE color: 277753.

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

Color convert

RGB 249 60 4 -
CMYK 0 0.76 0.98 0.02
HSL 13.71º 0.97% 0.5% -
HSV(B) 13.71º 0.98% 0.98% -
XYZ 40.7 23.38 2.48 -
YUV 110.13 68.12 227.05 -
System Red Green Blue C M Y K H S L
Decimal 249 60 4 0 0.76 0.98 0.02 13.71 0.97 0.5
Hex F9 3C 4 0 4C 62 2 E 61 32
Octal 371 74 4 0 114 142 2 16 141 62
Binary 11111001 111100 100 0 1001100 1100010 10 1110 1100001 110010

Color Harmonies of #F93C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93C04

Black with #F93C04

Text Example


Text Example

White with #F93C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93C04; }

 p { color: rgb(249,60,4); }

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

background-color css

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

 a { background-color: rgb(249,60,4); }

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

border-color css

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

 span { border-color: rgb(249,60,4); }

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