Html Css Color HEX #F02523 Red Orange

📋 copy color: '#F02523'

red 240 ◦ green 37 ◦ blue 35

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

Shades of Red Orange #F02523

Tints of Red Orange #F02523

RGB

 RED value IS 240 (94.14% from 255) = 76.92%

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 76.92%
G = 11.86%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F02523 (or 0xF02523) is known color: Red Orange. HEX triplet: F0, 25 and 23. RGB value is (240,37,35). Sum of RGB (Red+Green+Blue) = 240+37+35=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F02523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02523 is #0FDADC. Grayscale: #616161. Windows color (decimal): -1039069 or 2303472. OLE color: 2303472.

HSL color Cylindrical-coordinate representation of color #F02523: hue angle of 0.59º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02523 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 37 35 -
CMYK 0 0.85 0.85 0.06
HSL 0.59º 0.87% 0.54% -
HSV(B) 0.59º 0.85% 0.94% -
XYZ 36.9 19.97 3.5 -
YUV 97.47 92.75 229.66 -
System Red Green Blue C M Y K H S L
Decimal 240 37 35 0 0.85 0.85 0.06 0.59 0.87 0.54
Hex F0 25 23 0 55 55 6 1 57 36
Octal 360 45 43 0 125 125 6 1 127 66
Binary 11110000 100101 100011 0 1010101 1010101 110 1 1010111 110110

Color Harmonies of #F02523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02523

Black with #F02523

Text Example


Text Example

White with #F02523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02523; }

 p { color: rgb(240,37,35); }

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

background-color css

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

 a { background-color: rgb(240,37,35); }

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

border-color css

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

 span { border-color: rgb(240,37,35); }

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