Html Css Color HEX #F42F28 Red Orange

📋 copy color: '#F42F28'

red 244 ◦ green 47 ◦ blue 40

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

Shades of Red Orange #F42F28

Tints of Red Orange #F42F28

RGB

 RED value IS 244 (95.7% from 255) = 73.72%

 GREEN value IS 47 (18.75% from 255) = 14.2%

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

R = 73.72%
G = 14.2%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F42F28 (or 0xF42F28) is known color: Red Orange. HEX triplet: F4, 2F and 28. RGB value is (244,47,40). Sum of RGB (Red+Green+Blue) = 244+47+40=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42F28 is #0BD0D7. Grayscale: #696969. Windows color (decimal): -774360 or 2633716. OLE color: 2633716.

HSL color Cylindrical-coordinate representation of color #F42F28: hue angle of 2.06º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42F28 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 47 40 -
CMYK 0 0.81 0.84 0.04
HSL 2.06º 0.9% 0.56% -
HSV(B) 2.06º 0.84% 0.96% -
XYZ 38.71 21.42 4.1 -
YUV 105.11 91.27 227.07 -
System Red Green Blue C M Y K H S L
Decimal 244 47 40 0 0.81 0.84 0.04 2.06 0.9 0.56
Hex F4 2F 28 0 51 54 4 2 5A 38
Octal 364 57 50 0 121 124 4 2 132 70
Binary 11110100 101111 101000 0 1010001 1010100 100 10 1011010 111000

Color Harmonies of #F42F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F28

Black with #F42F28

Text Example


Text Example

White with #F42F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F28; }

 p { color: rgb(244,47,40); }

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

background-color css

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

 a { background-color: rgb(244,47,40); }

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

border-color css

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

 span { border-color: rgb(244,47,40); }

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