Html Css Color HEX #F52623 Red Orange

📋 copy color: '#F52623'

red 245 ◦ green 38 ◦ blue 35

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

Shades of Red Orange #F52623

Tints of Red Orange #F52623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.01%

R = 77.04%
G = 11.95%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F52623 (or 0xF52623) is known color: Red Orange. HEX triplet: F5, 26 and 23. RGB value is (245,38,35). Sum of RGB (Red+Green+Blue) = 245+38+35=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F52623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52623 is #0AD9DC. Grayscale: #636363. Windows color (decimal): -711133 or 2303733. OLE color: 2303733.

HSL color Cylindrical-coordinate representation of color #F52623: hue angle of 0.86º 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 #F52623 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 38 35 -
CMYK 0 0.84 0.86 0.04
HSL 0.86º 0.91% 0.55% -
HSV(B) 0.86º 0.86% 0.96% -
XYZ 38.65 20.92 3.59 -
YUV 99.55 91.58 231.74 -
System Red Green Blue C M Y K H S L
Decimal 245 38 35 0 0.84 0.86 0.04 0.86 0.91 0.55
Hex F5 26 23 0 54 56 4 1 5B 37
Octal 365 46 43 0 124 126 4 1 133 67
Binary 11110101 100110 100011 0 1010100 1010110 100 1 1011011 110111

Color Harmonies of #F52623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52623

Black with #F52623

Text Example


Text Example

White with #F52623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52623; }

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

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

background-color css

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

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

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

border-color css

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

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

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