Html Css Color HEX #F93029 Red Orange

📋 copy color: '#F93029'

red 249 ◦ green 48 ◦ blue 41

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

Shades of Red Orange #F93029

Tints of Red Orange #F93029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

 BLUE value IS 41 (16.41% from 255) = 12.13%

R = 73.67%
G = 14.2%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F93029 (or 0xF93029) is known color: Red Orange. HEX triplet: F9, 30 and 29. RGB value is (249,48,41). Sum of RGB (Red+Green+Blue) = 249+48+41=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F93029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93029 is #06CFD6. Grayscale: #6B6B6B. Windows color (decimal): -446423 or 2699513. OLE color: 2699513.

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

Color convert

RGB 249 48 41 -
CMYK 0 0.81 0.84 0.02
HSL 2.02º 0.95% 0.57% -
HSV(B) 2.02º 0.84% 0.98% -
XYZ 40.52 22.41 4.29 -
YUV 107.3 90.59 229.07 -
System Red Green Blue C M Y K H S L
Decimal 249 48 41 0 0.81 0.84 0.02 2.02 0.95 0.57
Hex F9 30 29 0 51 54 2 2 5F 39
Octal 371 60 51 0 121 124 2 2 137 71
Binary 11111001 110000 101001 0 1010001 1010100 10 10 1011111 111001

Color Harmonies of #F93029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93029

Black with #F93029

Text Example


Text Example

White with #F93029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93029; }

 p { color: rgb(249,48,41); }

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

background-color css

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

 a { background-color: rgb(249,48,41); }

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

border-color css

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

 span { border-color: rgb(249,48,41); }

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