Html Css Color HEX #F23519 Red Orange

📋 copy color: '#F23519'

red 242 ◦ green 53 ◦ blue 25

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

Shades of Red Orange #F23519

Tints of Red Orange #F23519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 75.63%
G = 16.56%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F23519 (or 0xF23519) is known color: Red Orange. HEX triplet: F2, 35 and 19. RGB value is (242,53,25). Sum of RGB (Red+Green+Blue) = 242+53+25=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F23519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23519 is #0DCAE6. Grayscale: #6A6A6A. Windows color (decimal): -903911 or 1652210. OLE color: 1652210.

HSL color Cylindrical-coordinate representation of color #F23519: hue angle of 7.74º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F23519 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 53 25 -
CMYK 0 0.78 0.90 0.05
HSL 7.74º 0.89% 0.52% -
HSV(B) 7.74º 0.9% 0.95% -
XYZ 38.07 21.49 3.06 -
YUV 106.32 82.12 224.78 -
System Red Green Blue C M Y K H S L
Decimal 242 53 25 0 0.78 0.90 0.05 7.74 0.89 0.52
Hex F2 35 19 0 4E 5A 5 8 59 34
Octal 362 65 31 0 116 132 5 10 131 64
Binary 11110010 110101 11001 0 1001110 1011010 101 1000 1011001 110100

Color Harmonies of #F23519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23519

Black with #F23519

Text Example


Text Example

White with #F23519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23519; }

 p { color: rgb(242,53,25); }

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

background-color css

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

 a { background-color: rgb(242,53,25); }

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

border-color css

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

 span { border-color: rgb(242,53,25); }

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