Html Css Color HEX #F24134 Red Orange

📋 copy color: '#F24134'

red 242 ◦ green 65 ◦ blue 52

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

Shades of Red Orange #F24134

Tints of Red Orange #F24134

RGB

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

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

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

R = 67.41%
G = 18.11%
B = 14.48%

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

#F24134 (or 0xF24134) is known color: Red Orange. HEX triplet: F2, 41 and 34. RGB value is (242,65,52). Sum of RGB (Red+Green+Blue) = 242+65+52=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F24134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24134 is #0DBECB. Grayscale: #747474. Windows color (decimal): -900812 or 3424754. OLE color: 3424754.

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

Color convert

RGB 242 65 52 -
CMYK 0 0.73 0.79 0.05
HSL 4.11º 0.88% 0.58% -
HSV(B) 4.11º 0.79% 0.95% -
XYZ 39.13 22.91 5.61 -
YUV 116.44 91.64 217.56 -
System Red Green Blue C M Y K H S L
Decimal 242 65 52 0 0.73 0.79 0.05 4.11 0.88 0.58
Hex F2 41 34 0 49 4F 5 4 58 3A
Octal 362 101 64 0 111 117 5 4 130 72
Binary 11110010 1000001 110100 0 1001001 1001111 101 100 1011000 111010

Color Harmonies of #F24134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24134

Black with #F24134

Text Example


Text Example

White with #F24134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24134; }

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

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

background-color css

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

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

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

border-color css

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

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

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