Html Css Color HEX #F24534 Red Orange

📋 copy color: '#F24534'

red 242 ◦ green 69 ◦ blue 52

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

Shades of Red Orange #F24534

Tints of Red Orange #F24534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.01%

 BLUE value IS 52 (20.7% from 255) = 14.33%

R = 66.67%
G = 19.01%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F24534 (or 0xF24534) is known color: Red Orange. HEX triplet: F2, 45 and 34. RGB value is (242,69,52). Sum of RGB (Red+Green+Blue) = 242+69+52=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F24534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24534 is #0DBACB. Grayscale: #777777. Windows color (decimal): -899788 or 3425778. OLE color: 3425778.

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

Color convert

RGB 242 69 52 -
CMYK 0 0.71 0.79 0.05
HSL 5.37º 0.88% 0.58% -
HSV(B) 5.37º 0.79% 0.95% -
XYZ 39.37 23.38 5.69 -
YUV 118.79 90.31 215.88 -
System Red Green Blue C M Y K H S L
Decimal 242 69 52 0 0.71 0.79 0.05 5.37 0.88 0.58
Hex F2 45 34 0 47 4F 5 5 58 3A
Octal 362 105 64 0 107 117 5 5 130 72
Binary 11110010 1000101 110100 0 1000111 1001111 101 101 1011000 111010

Color Harmonies of #F24534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24534

Black with #F24534

Text Example


Text Example

White with #F24534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24534; }

 p { color: rgb(242,69,52); }

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

background-color css

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

 a { background-color: rgb(242,69,52); }

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

border-color css

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

 span { border-color: rgb(242,69,52); }

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