Html Css Color HEX #F52625 Red Orange

📋 copy color: '#F52625'

red 245 ◦ green 38 ◦ blue 37

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

Shades of Red Orange #F52625

Tints of Red Orange #F52625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

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

R = 76.56%
G = 11.88%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F52625 (or 0xF52625) is known color: Red Orange. HEX triplet: F5, 26 and 25. RGB value is (245,38,37). Sum of RGB (Red+Green+Blue) = 245+38+37=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F52625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52625 is #0AD9DA. Grayscale: #636363. Windows color (decimal): -711131 or 2434805. OLE color: 2434805.

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

Color convert

RGB 245 38 37 -
CMYK 0 0.84 0.85 0.04
HSL 0.29º 0.91% 0.55% -
HSV(B) 0.29º 0.85% 0.96% -
XYZ 38.68 20.93 3.75 -
YUV 99.78 92.58 231.58 -
System Red Green Blue C M Y K H S L
Decimal 245 38 37 0 0.84 0.85 0.04 0.29 0.91 0.55
Hex F5 26 25 0 54 55 4 0 5B 37
Octal 365 46 45 0 124 125 4 0 133 67
Binary 11110101 100110 100101 0 1010100 1010101 100 0 1011011 110111

Color Harmonies of #F52625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52625

Black with #F52625

Text Example


Text Example

White with #F52625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52625; }

 p { color: rgb(245,38,37); }

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

background-color css

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

 a { background-color: rgb(245,38,37); }

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

border-color css

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

 span { border-color: rgb(245,38,37); }

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