Html Css Color HEX #F24735 Red Orange

📋 copy color: '#F24735'

red 242 ◦ green 71 ◦ blue 53

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

Shades of Red Orange #F24735

Tints of Red Orange #F24735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

 BLUE value IS 53 (21.09% from 255) = 14.48%

R = 66.12%
G = 19.4%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F24735 (or 0xF24735) is known color: Red Orange. HEX triplet: F2, 47 and 35. RGB value is (242,71,53). Sum of RGB (Red+Green+Blue) = 242+71+53=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F24735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24735 is #0DB8CA. Grayscale: #787878. Windows color (decimal): -899275 or 3491826. OLE color: 3491826.

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

Color convert

RGB 242 71 53 -
CMYK 0 0.71 0.78 0.05
HSL 5.71º 0.88% 0.58% -
HSV(B) 5.71º 0.78% 0.95% -
XYZ 39.51 23.64 5.85 -
YUV 120.08 90.15 214.96 -
System Red Green Blue C M Y K H S L
Decimal 242 71 53 0 0.71 0.78 0.05 5.71 0.88 0.58
Hex F2 47 35 0 47 4E 5 6 58 3A
Octal 362 107 65 0 107 116 5 6 130 72
Binary 11110010 1000111 110101 0 1000111 1001110 101 110 1011000 111010

Color Harmonies of #F24735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24735

Black with #F24735

Text Example


Text Example

White with #F24735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24735; }

 p { color: rgb(242,71,53); }

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

background-color css

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

 a { background-color: rgb(242,71,53); }

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

border-color css

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

 span { border-color: rgb(242,71,53); }

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