Html Css Color HEX #F93F04 Orange Red

📋 copy color: '#F93F04'

red 249 ◦ green 63 ◦ blue 4

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

Shades of Orange Red #F93F04

Tints of Orange Red #F93F04

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

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

R = 78.8%
G = 19.94%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F93F04 (or 0xF93F04) is known color: Orange Red. HEX triplet: F9, 3F and 04. RGB value is (249,63,4). Sum of RGB (Red+Green+Blue) = 249+63+4=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93F04 is #06C0FB. Grayscale: #707070. Windows color (decimal): -442620 or 278521. OLE color: 278521.

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

Color convert

RGB 249 63 4 -
CMYK 0 0.75 0.98 0.02
HSL 14.45º 0.97% 0.5% -
HSV(B) 14.45º 0.98% 0.98% -
XYZ 40.87 23.7 2.54 -
YUV 111.89 67.12 225.8 -
System Red Green Blue C M Y K H S L
Decimal 249 63 4 0 0.75 0.98 0.02 14.45 0.97 0.5
Hex F9 3F 4 0 4B 62 2 E 61 32
Octal 371 77 4 0 113 142 2 16 141 62
Binary 11111001 111111 100 0 1001011 1100010 10 1110 1100001 110010

Color Harmonies of #F93F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93F04

Black with #F93F04

Text Example


Text Example

White with #F93F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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