Html Css Color HEX #F24328 Red Orange

📋 copy color: '#F24328'

red 242 ◦ green 67 ◦ blue 40

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

Shades of Red Orange #F24328

Tints of Red Orange #F24328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 69.34%
G = 19.2%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F24328 (or 0xF24328) is known color: Red Orange. HEX triplet: F2, 43 and 28. RGB value is (242,67,40). Sum of RGB (Red+Green+Blue) = 242+67+40=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F24328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24328 is #0DBCD7. Grayscale: #747474. Windows color (decimal): -900312 or 2638834. OLE color: 2638834.

HSL color Cylindrical-coordinate representation of color #F24328: hue angle of 8.02º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F24328 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 67 40 -
CMYK 0 0.72 0.83 0.05
HSL 8.02º 0.89% 0.55% -
HSV(B) 8.02º 0.83% 0.95% -
XYZ 39.01 23.04 4.4 -
YUV 116.25 84.98 217.7 -
System Red Green Blue C M Y K H S L
Decimal 242 67 40 0 0.72 0.83 0.05 8.02 0.89 0.55
Hex F2 43 28 0 48 53 5 8 59 37
Octal 362 103 50 0 110 123 5 10 131 67
Binary 11110010 1000011 101000 0 1001000 1010011 101 1000 1011001 110111

Color Harmonies of #F24328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24328

Black with #F24328

Text Example


Text Example

White with #F24328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24328; }

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

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

background-color css

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

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

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

border-color css

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

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

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