Html Css Color HEX #F23E2D Red Orange

📋 copy color: '#F23E2D'

red 242 ◦ green 62 ◦ blue 45

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

Shades of Red Orange #F23E2D

Tints of Red Orange #F23E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 69.34%
G = 17.77%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F23E2D (or 0xF23E2D) is known color: Red Orange. HEX triplet: F2, 3E and 2D. RGB value is (242,62,45). Sum of RGB (Red+Green+Blue) = 242+62+45=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23E2D is #0DC1D2. Grayscale: #727272. Windows color (decimal): -901587 or 2965234. OLE color: 2965234.

HSL color Cylindrical-coordinate representation of color #F23E2D: hue angle of 5.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F23E2D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 62 45 -
CMYK 0 0.74 0.81 0.05
HSL 5.18º 0.88% 0.56% -
HSV(B) 5.18º 0.81% 0.95% -
XYZ 38.81 22.51 4.78 -
YUV 113.88 89.13 219.38 -
System Red Green Blue C M Y K H S L
Decimal 242 62 45 0 0.74 0.81 0.05 5.18 0.88 0.56
Hex F2 3E 2D 0 4A 51 5 5 58 38
Octal 362 76 55 0 112 121 5 5 130 70
Binary 11110010 111110 101101 0 1001010 1010001 101 101 1011000 111000

Color Harmonies of #F23E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23E2D

Black with #F23E2D

Text Example


Text Example

White with #F23E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23E2D; }

 p { color: rgb(242,62,45); }

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

background-color css

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

 a { background-color: rgb(242,62,45); }

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

border-color css

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

 span { border-color: rgb(242,62,45); }

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