Html Css Color HEX #F42D26 Red Orange

📋 copy color: '#F42D26'

red 244 ◦ green 45 ◦ blue 38

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

Shades of Red Orange #F42D26

Tints of Red Orange #F42D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 38 (15.23% from 255) = 11.62%

R = 74.62%
G = 13.76%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F42D26 (or 0xF42D26) is known color: Red Orange. HEX triplet: F4, 2D and 26. RGB value is (244,45,38). Sum of RGB (Red+Green+Blue) = 244+45+38=327 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.62% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42D26 is #0BD2D9. Grayscale: #676767. Windows color (decimal): -774874 or 2502132. OLE color: 2502132.

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

Color convert

RGB 244 45 38 -
CMYK 0 0.82 0.84 0.04
HSL 2.04º 0.9% 0.55% -
HSV(B) 2.04º 0.84% 0.96% -
XYZ 38.6 21.25 3.9 -
YUV 103.7 90.93 228.07 -
System Red Green Blue C M Y K H S L
Decimal 244 45 38 0 0.82 0.84 0.04 2.04 0.9 0.55
Hex F4 2D 26 0 52 54 4 2 5A 37
Octal 364 55 46 0 122 124 4 2 132 67
Binary 11110100 101101 100110 0 1010010 1010100 100 10 1011010 110111

Color Harmonies of #F42D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42D26

Black with #F42D26

Text Example


Text Example

White with #F42D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42D26; }

 p { color: rgb(244,45,38); }

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

background-color css

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

 a { background-color: rgb(244,45,38); }

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

border-color css

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

 span { border-color: rgb(244,45,38); }

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