Html Css Color HEX #F52422 Red Orange

📋 copy color: '#F52422'

red 245 ◦ green 36 ◦ blue 34

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

Shades of Red Orange #F52422

Tints of Red Orange #F52422

RGB

 RED value IS 245 (96.09% from 255) = 77.78%

 GREEN value IS 36 (14.45% from 255) = 11.43%

 BLUE value IS 34 (13.67% from 255) = 10.79%

R = 77.78%
G = 11.43%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F52422 (or 0xF52422) is known color: Red Orange. HEX triplet: F5, 24 and 22. RGB value is (245,36,34). Sum of RGB (Red+Green+Blue) = 245+36+34=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F52422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52422 is #0ADBDD. Grayscale: #626262. Windows color (decimal): -711646 or 2237685. OLE color: 2237685.

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

Color convert

RGB 245 36 34 -
CMYK 0 0.85 0.86 0.04
HSL 0.57º 0.91% 0.55% -
HSV(B) 0.57º 0.86% 0.96% -
XYZ 38.58 20.79 3.49 -
YUV 98.26 91.74 232.66 -
System Red Green Blue C M Y K H S L
Decimal 245 36 34 0 0.85 0.86 0.04 0.57 0.91 0.55
Hex F5 24 22 0 55 56 4 1 5B 37
Octal 365 44 42 0 125 126 4 1 133 67
Binary 11110101 100100 100010 0 1010101 1010110 100 1 1011011 110111

Color Harmonies of #F52422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52422

Black with #F52422

Text Example


Text Example

White with #F52422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52422; }

 p { color: rgb(245,36,34); }

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

background-color css

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

 a { background-color: rgb(245,36,34); }

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

border-color css

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

 span { border-color: rgb(245,36,34); }

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