Html Css Color HEX #F24333 Red Orange

📋 copy color: '#F24333'

red 242 ◦ green 67 ◦ blue 51

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

Shades of Red Orange #F24333

Tints of Red Orange #F24333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 67.22%
G = 18.61%
B = 14.17%

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

#F24333 (or 0xF24333) is known color: Red Orange. HEX triplet: F2, 43 and 33. RGB value is (242,67,51). Sum of RGB (Red+Green+Blue) = 242+67+51=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F24333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24333 is #0DBCCC. Grayscale: #757575. Windows color (decimal): -900301 or 3359730. OLE color: 3359730.

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

Color convert

RGB 242 67 51 -
CMYK 0 0.72 0.79 0.05
HSL 5.03º 0.88% 0.57% -
HSV(B) 5.03º 0.79% 0.95% -
XYZ 39.22 23.13 5.53 -
YUV 117.5 90.48 216.8 -
System Red Green Blue C M Y K H S L
Decimal 242 67 51 0 0.72 0.79 0.05 5.03 0.88 0.57
Hex F2 43 33 0 48 4F 5 5 58 39
Octal 362 103 63 0 110 117 5 5 130 71
Binary 11110010 1000011 110011 0 1001000 1001111 101 101 1011000 111001

Color Harmonies of #F24333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24333

Black with #F24333

Text Example


Text Example

White with #F24333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24333; }

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

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

background-color css

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

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

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

border-color css

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

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

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