Html Css Color HEX #F23029 Red Orange

📋 copy color: '#F23029'

red 242 ◦ green 48 ◦ blue 41

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

Shades of Red Orange #F23029

Tints of Red Orange #F23029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.39%

R = 73.11%
G = 14.5%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F23029 (or 0xF23029) is known color: Red Orange. HEX triplet: F2, 30 and 29. RGB value is (242,48,41). Sum of RGB (Red+Green+Blue) = 242+48+41=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F23029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23029 is #0DCFD6. Grayscale: #696969. Windows color (decimal): -905175 or 2699506. OLE color: 2699506.

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

Color convert

RGB 242 48 41 -
CMYK 0 0.80 0.83 0.05
HSL 2.09º 0.89% 0.55% -
HSV(B) 2.09º 0.83% 0.95% -
XYZ 38.08 21.15 4.17 -
YUV 105.21 91.77 225.57 -
System Red Green Blue C M Y K H S L
Decimal 242 48 41 0 0.80 0.83 0.05 2.09 0.89 0.55
Hex F2 30 29 0 50 53 5 2 59 37
Octal 362 60 51 0 120 123 5 2 131 67
Binary 11110010 110000 101001 0 1010000 1010011 101 10 1011001 110111

Color Harmonies of #F23029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23029

Black with #F23029

Text Example


Text Example

White with #F23029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23029; }

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

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

background-color css

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

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

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

border-color css

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

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

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