Html Css Color HEX #F23021 Red Orange

📋 copy color: '#F23021'

red 242 ◦ green 48 ◦ blue 33

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

Shades of Red Orange #F23021

Tints of Red Orange #F23021

RGB

 RED value IS 242 (94.92% from 255) = 74.92%

 GREEN value IS 48 (19.14% from 255) = 14.86%

 BLUE value IS 33 (13.28% from 255) = 10.22%

R = 74.92%
G = 14.86%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F23021 (or 0xF23021) is known color: Red Orange. HEX triplet: F2, 30 and 21. RGB value is (242,48,33). Sum of RGB (Red+Green+Blue) = 242+48+33=323 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.92% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 242 - color contains mainly: red. Hex color #F23021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23021 is #0DCFDE. Grayscale: #686868. Windows color (decimal): -905183 or 2175218. OLE color: 2175218.

HSL color Cylindrical-coordinate representation of color #F23021: hue angle of 4.31º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F23021 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 33 -
CMYK 0 0.80 0.86 0.05
HSL 4.31º 0.89% 0.54% -
HSV(B) 4.31º 0.86% 0.95% -
XYZ 37.95 21.1 3.51 -
YUV 104.3 87.77 226.22 -
System Red Green Blue C M Y K H S L
Decimal 242 48 33 0 0.80 0.86 0.05 4.31 0.89 0.54
Hex F2 30 21 0 50 56 5 4 59 36
Octal 362 60 41 0 120 126 5 4 131 66
Binary 11110010 110000 100001 0 1010000 1010110 101 100 1011001 110110

Color Harmonies of #F23021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23021

Black with #F23021

Text Example


Text Example

White with #F23021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23021; }

 p { color: rgb(242,48,33); }

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

background-color css

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

 a { background-color: rgb(242,48,33); }

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

border-color css

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

 span { border-color: rgb(242,48,33); }

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