Html Css Color HEX #F24632 Red Orange

📋 copy color: '#F24632'

red 242 ◦ green 70 ◦ blue 50

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

Shades of Red Orange #F24632

Tints of Red Orange #F24632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.34%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 66.85%
G = 19.34%
B = 13.81%

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

#F24632 (or 0xF24632) is known color: Red Orange. HEX triplet: F2, 46 and 32. RGB value is (242,70,50). Sum of RGB (Red+Green+Blue) = 242+70+50=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F24632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24632 is #0DB9CD. Grayscale: #777777. Windows color (decimal): -899534 or 3294962. OLE color: 3294962.

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

Color convert

RGB 242 70 50 -
CMYK 0 0.71 0.79 0.05
HSL 6.25º 0.88% 0.57% -
HSV(B) 6.25º 0.79% 0.95% -
XYZ 39.38 23.49 5.48 -
YUV 119.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 242 70 50 0 0.71 0.79 0.05 6.25 0.88 0.57
Hex F2 46 32 0 47 4F 5 6 58 39
Octal 362 106 62 0 107 117 5 6 130 71
Binary 11110010 1000110 110010 0 1000111 1001111 101 110 1011000 111001

Color Harmonies of #F24632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24632

Black with #F24632

Text Example


Text Example

White with #F24632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24632; }

 p { color: rgb(242,70,50); }

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

background-color css

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

 a { background-color: rgb(242,70,50); }

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

border-color css

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

 span { border-color: rgb(242,70,50); }

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