Html Css Color HEX #F23028 Red Orange

📋 copy color: '#F23028'

red 242 ◦ green 48 ◦ blue 40

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

Shades of Red Orange #F23028

Tints of Red Orange #F23028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 73.33%
G = 14.55%
B = 12.12%

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

#F23028 (or 0xF23028) is known color: Red Orange. HEX triplet: F2, 30 and 28. RGB value is (242,48,40). Sum of RGB (Red+Green+Blue) = 242+48+40=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F23028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23028 is #0DCFD7. Grayscale: #696969. Windows color (decimal): -905176 or 2633970. OLE color: 2633970.

HSL color Cylindrical-coordinate representation of color #F23028: hue angle of 2.38º 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 #F23028 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 40 -
CMYK 0 0.80 0.83 0.05
HSL 2.38º 0.89% 0.55% -
HSV(B) 2.38º 0.83% 0.95% -
XYZ 38.06 21.14 4.08 -
YUV 105.09 91.27 225.65 -
System Red Green Blue C M Y K H S L
Decimal 242 48 40 0 0.80 0.83 0.05 2.38 0.89 0.55
Hex F2 30 28 0 50 53 5 2 59 37
Octal 362 60 50 0 120 123 5 2 131 67
Binary 11110010 110000 101000 0 1010000 1010011 101 10 1011001 110111

Color Harmonies of #F23028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23028

Black with #F23028

Text Example


Text Example

White with #F23028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23028; }

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

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

background-color css

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

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

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

border-color css

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

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

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