Html Css Color HEX #F02423 Red Orange

📋 copy color: '#F02423'

red 240 ◦ green 36 ◦ blue 35

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

Shades of Red Orange #F02423

Tints of Red Orange #F02423

RGB

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

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

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

R = 77.17%
G = 11.58%
B = 11.25%

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

#F02423 (or 0xF02423) is known color: Red Orange. HEX triplet: F0, 24 and 23. RGB value is (240,36,35). Sum of RGB (Red+Green+Blue) = 240+36+35=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F02423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02423 is #0FDBDC. Grayscale: #616161. Windows color (decimal): -1039325 or 2303216. OLE color: 2303216.

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

Color convert

RGB 240 36 35 -
CMYK 0 0.85 0.85 0.06
HSL 0.29º 0.87% 0.54% -
HSV(B) 0.29º 0.85% 0.94% -
XYZ 36.87 19.91 3.49 -
YUV 96.88 93.09 230.08 -
System Red Green Blue C M Y K H S L
Decimal 240 36 35 0 0.85 0.85 0.06 0.29 0.87 0.54
Hex F0 24 23 0 55 55 6 0 57 36
Octal 360 44 43 0 125 125 6 0 127 66
Binary 11110000 100100 100011 0 1010101 1010101 110 0 1010111 110110

Color Harmonies of #F02423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02423

Black with #F02423

Text Example


Text Example

White with #F02423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02423; }

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

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

background-color css

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

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

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

border-color css

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

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

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