Html Css Color HEX #F24325 Red Orange

📋 copy color: '#F24325'

red 242 ◦ green 67 ◦ blue 37

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

Shades of Red Orange #F24325

Tints of Red Orange #F24325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 69.94%
G = 19.36%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F24325 (or 0xF24325) is known color: Red Orange. HEX triplet: F2, 43 and 25. RGB value is (242,67,37). Sum of RGB (Red+Green+Blue) = 242+67+37=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F24325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24325 is #0DBCDA. Grayscale: #747474. Windows color (decimal): -900315 or 2442226. OLE color: 2442226.

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

Color convert

RGB 242 67 37 -
CMYK 0 0.72 0.85 0.05
HSL 8.78º 0.89% 0.55% -
HSV(B) 8.78º 0.85% 0.95% -
XYZ 38.96 23.03 4.14 -
YUV 115.91 83.48 217.94 -
System Red Green Blue C M Y K H S L
Decimal 242 67 37 0 0.72 0.85 0.05 8.78 0.89 0.55
Hex F2 43 25 0 48 55 5 9 59 37
Octal 362 103 45 0 110 125 5 11 131 67
Binary 11110010 1000011 100101 0 1001000 1010101 101 1001 1011001 110111

Color Harmonies of #F24325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24325

Black with #F24325

Text Example


Text Example

White with #F24325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24325; }

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

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

background-color css

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

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

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

border-color css

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

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

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