Html Css Color HEX #F32A28 Red Orange

📋 copy color: '#F32A28'

red 243 ◦ green 42 ◦ blue 40

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

Shades of Red Orange #F32A28

Tints of Red Orange #F32A28

RGB

 RED value IS 243 (95.31% from 255) = 74.77%

 GREEN value IS 42 (16.8% from 255) = 12.92%

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

R = 74.77%
G = 12.92%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F32A28 (or 0xF32A28) is known color: Red Orange. HEX triplet: F3, 2A and 28. RGB value is (243,42,40). Sum of RGB (Red+Green+Blue) = 243+42+40=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A28 is #0CD5D7. Grayscale: #666666. Windows color (decimal): -841176 or 2632435. OLE color: 2632435.

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

Color convert

RGB 243 42 40 -
CMYK 0 0.83 0.84 0.05
HSL 0.59º 0.89% 0.55% -
HSV(B) 0.59º 0.84% 0.95% -
XYZ 38.17 20.86 4.02 -
YUV 101.87 93.09 228.66 -
System Red Green Blue C M Y K H S L
Decimal 243 42 40 0 0.83 0.84 0.05 0.59 0.89 0.55
Hex F3 2A 28 0 53 54 5 1 59 37
Octal 363 52 50 0 123 124 5 1 131 67
Binary 11110011 101010 101000 0 1010011 1010100 101 1 1011001 110111

Color Harmonies of #F32A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A28

Black with #F32A28

Text Example


Text Example

White with #F32A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A28; }

 p { color: rgb(243,42,40); }

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

background-color css

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

 a { background-color: rgb(243,42,40); }

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

border-color css

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

 span { border-color: rgb(243,42,40); }

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