Html Css Color HEX #F23F29 Red Orange

📋 copy color: '#F23F29'

red 242 ◦ green 63 ◦ blue 41

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

Shades of Red Orange #F23F29

Tints of Red Orange #F23F29

RGB

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

 GREEN value IS 63 (25% from 255) = 18.21%

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

R = 69.94%
G = 18.21%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F23F29 (or 0xF23F29) is known color: Red Orange. HEX triplet: F2, 3F and 29. RGB value is (242,63,41). Sum of RGB (Red+Green+Blue) = 242+63+41=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F29 is #0DC0D6. Grayscale: #727272. Windows color (decimal): -901335 or 2703346. OLE color: 2703346.

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

Color convert

RGB 242 63 41 -
CMYK 0 0.74 0.83 0.05
HSL 6.57º 0.89% 0.55% -
HSV(B) 6.57º 0.83% 0.95% -
XYZ 38.8 22.59 4.41 -
YUV 114.01 86.8 219.29 -
System Red Green Blue C M Y K H S L
Decimal 242 63 41 0 0.74 0.83 0.05 6.57 0.89 0.55
Hex F2 3F 29 0 4A 53 5 7 59 37
Octal 362 77 51 0 112 123 5 7 131 67
Binary 11110010 111111 101001 0 1001010 1010011 101 111 1011001 110111

Color Harmonies of #F23F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F29

Black with #F23F29

Text Example


Text Example

White with #F23F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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