Html Css Color HEX #F24133 Red Orange

📋 copy color: '#F24133'

red 242 ◦ green 65 ◦ blue 51

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

Shades of Red Orange #F24133

Tints of Red Orange #F24133

RGB

 RED value IS 242 (94.92% from 255) = 67.6%

 GREEN value IS 65 (25.78% from 255) = 18.16%

 BLUE value IS 51 (20.31% from 255) = 14.25%

R = 67.6%
G = 18.16%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F24133 (or 0xF24133) is known color: Red Orange. HEX triplet: F2, 41 and 33. RGB value is (242,65,51). Sum of RGB (Red+Green+Blue) = 242+65+51=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F24133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24133 is #0DBECC. Grayscale: #747474. Windows color (decimal): -900813 or 3359218. OLE color: 3359218.

HSL color Cylindrical-coordinate representation of color #F24133: hue angle of 4.4º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F24133 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 51 -
CMYK 0 0.73 0.79 0.05
HSL 4.4º 0.88% 0.57% -
HSV(B) 4.4º 0.79% 0.95% -
XYZ 39.11 22.9 5.49 -
YUV 116.33 91.14 217.64 -
System Red Green Blue C M Y K H S L
Decimal 242 65 51 0 0.73 0.79 0.05 4.4 0.88 0.57
Hex F2 41 33 0 49 4F 5 4 58 39
Octal 362 101 63 0 111 117 5 4 130 71
Binary 11110010 1000001 110011 0 1001001 1001111 101 100 1011000 111001

Color Harmonies of #F24133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24133

Black with #F24133

Text Example


Text Example

White with #F24133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24133; }

 p { color: rgb(242,65,51); }

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

background-color css

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

 a { background-color: rgb(242,65,51); }

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

border-color css

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

 span { border-color: rgb(242,65,51); }

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