Html Css Color HEX #F93730 Red Orange

📋 copy color: '#F93730'

red 249 ◦ green 55 ◦ blue 48

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

Shades of Red Orange #F93730

Tints of Red Orange #F93730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.63%

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

R = 70.74%
G = 15.63%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F93730 (or 0xF93730) is known color: Red Orange. HEX triplet: F9, 37 and 30. RGB value is (249,55,48). Sum of RGB (Red+Green+Blue) = 249+55+48=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F93730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93730 is #06C8CF. Grayscale: #707070. Windows color (decimal): -444624 or 3160057. OLE color: 3160057.

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

Color convert

RGB 249 55 48 -
CMYK 0 0.78 0.81 0.02
HSL 2.09º 0.94% 0.58% -
HSV(B) 2.09º 0.81% 0.98% -
XYZ 40.97 23.09 5.09 -
YUV 112.21 91.77 225.57 -
System Red Green Blue C M Y K H S L
Decimal 249 55 48 0 0.78 0.81 0.02 2.09 0.94 0.58
Hex F9 37 30 0 4E 51 2 2 5E 3A
Octal 371 67 60 0 116 121 2 2 136 72
Binary 11111001 110111 110000 0 1001110 1010001 10 10 1011110 111010

Color Harmonies of #F93730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93730

Black with #F93730

Text Example


Text Example

White with #F93730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93730; }

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

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

background-color css

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

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

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

border-color css

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

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

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