Html Css Color HEX #F23504 Orange Red

📋 copy color: '#F23504'

red 242 ◦ green 53 ◦ blue 4

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

Shades of Orange Red #F23504

Tints of Orange Red #F23504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 80.94%
G = 17.73%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F23504 (or 0xF23504) is known color: Orange Red. HEX triplet: F2, 35 and 04. RGB value is (242,53,4). Sum of RGB (Red+Green+Blue) = 242+53+4=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F23504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23504 is #0DCAFB. Grayscale: #686868. Windows color (decimal): -903932 or 275954. OLE color: 275954.

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

Color convert

RGB 242 53 4 -
CMYK 0 0.78 0.98 0.05
HSL 12.35º 0.97% 0.48% -
HSV(B) 12.35º 0.98% 0.95% -
XYZ 37.91 21.43 2.25 -
YUV 103.93 71.62 226.48 -
System Red Green Blue C M Y K H S L
Decimal 242 53 4 0 0.78 0.98 0.05 12.35 0.97 0.48
Hex F2 35 4 0 4E 62 5 C 61 30
Octal 362 65 4 0 116 142 5 14 141 60
Binary 11110010 110101 100 0 1001110 1100010 101 1100 1100001 110000

Color Harmonies of #F23504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23504

Black with #F23504

Text Example


Text Example

White with #F23504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23504; }

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

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

background-color css

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

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

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

border-color css

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

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

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