Html Css Color HEX #F24334 Red Orange

📋 copy color: '#F24334'

red 242 ◦ green 67 ◦ blue 52

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

Shades of Red Orange #F24334

Tints of Red Orange #F24334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.56%

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

R = 67.04%
G = 18.56%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F24334 (or 0xF24334) is known color: Red Orange. HEX triplet: F2, 43 and 34. RGB value is (242,67,52). Sum of RGB (Red+Green+Blue) = 242+67+52=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F24334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24334 is #0DBCCB. Grayscale: #757575. Windows color (decimal): -900300 or 3425266. OLE color: 3425266.

HSL color Cylindrical-coordinate representation of color #F24334: hue angle of 4.74º 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 #F24334 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 67 52 -
CMYK 0 0.72 0.79 0.05
HSL 4.74º 0.88% 0.58% -
HSV(B) 4.74º 0.79% 0.95% -
XYZ 39.24 23.14 5.65 -
YUV 117.62 90.98 216.72 -
System Red Green Blue C M Y K H S L
Decimal 242 67 52 0 0.72 0.79 0.05 4.74 0.88 0.58
Hex F2 43 34 0 48 4F 5 5 58 3A
Octal 362 103 64 0 110 117 5 5 130 72
Binary 11110010 1000011 110100 0 1001000 1001111 101 101 1011000 111010

Color Harmonies of #F24334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24334

Black with #F24334

Text Example


Text Example

White with #F24334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24334; }

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

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

background-color css

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

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

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

border-color css

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

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

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