Html Css Color HEX #F23503 Orange Red

📋 copy color: '#F23503'

red 242 ◦ green 53 ◦ blue 3

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

Shades of Orange Red #F23503

Tints of Orange Red #F23503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 81.21%
G = 17.79%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F23503 (or 0xF23503) is known color: Orange Red. HEX triplet: F2, 35 and 03. RGB value is (242,53,3). Sum of RGB (Red+Green+Blue) = 242+53+3=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F23503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23503 is #0DCAFC. Grayscale: #686868. Windows color (decimal): -903933 or 210418. OLE color: 210418.

HSL color Cylindrical-coordinate representation of color #F23503: hue angle of 12.55º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F23503 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 53 3 -
CMYK 0 0.78 0.99 0.05
HSL 12.55º 0.98% 0.48% -
HSV(B) 12.55º 0.99% 0.95% -
XYZ 37.91 21.43 2.22 -
YUV 103.81 71.12 226.57 -
System Red Green Blue C M Y K H S L
Decimal 242 53 3 0 0.78 0.99 0.05 12.55 0.98 0.48
Hex F2 35 3 0 4E 63 5 D 62 30
Octal 362 65 3 0 116 143 5 15 142 60
Binary 11110010 110101 11 0 1001110 1100011 101 1101 1100010 110000

Color Harmonies of #F23503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23503

Black with #F23503

Text Example


Text Example

White with #F23503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23503; }

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

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

background-color css

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

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

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

border-color css

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

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

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