Html Css Color HEX #F93030 Red Orange

📋 copy color: '#F93030'

red 249 ◦ green 48 ◦ blue 48

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

Shades of Red Orange #F93030

Tints of Red Orange #F93030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.91%

R = 72.17%
G = 13.91%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F93030 (or 0xF93030) is known color: Red Orange. HEX triplet: F9, 30 and 30. RGB value is (249,48,48). Sum of RGB (Red+Green+Blue) = 249+48+48=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F93030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93030 is #06CFCF. Grayscale: #6C6C6C. Windows color (decimal): -446416 or 3158265. OLE color: 3158265.

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

Color convert

RGB 249 48 48 -
CMYK 0 0.81 0.81 0.02
HSL 0.94% 0.58% -
HSV(B) 0.81% 0.98% -
XYZ 40.66 22.47 4.99 -
YUV 108.1 94.09 228.5 -
System Red Green Blue C M Y K H S L
Decimal 249 48 48 0 0.81 0.81 0.02 0 0.94 0.58
Hex F9 30 30 0 51 51 2 0 5E 3A
Octal 371 60 60 0 121 121 2 0 136 72
Binary 11111001 110000 110000 0 1010001 1010001 10 0 1011110 111010

Color Harmonies of #F93030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93030

Black with #F93030

Text Example


Text Example

White with #F93030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93030; }

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

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

background-color css

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

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

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

border-color css

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

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

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