Html Css Color HEX #F23502 Orange Red

📋 copy color: '#F23502'

red 242 ◦ green 53 ◦ blue 2

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

Shades of Orange Red #F23502

Tints of Orange Red #F23502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 81.48%
G = 17.85%
B = 0.67%

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

#F23502 (or 0xF23502) is known color: Orange Red. HEX triplet: F2, 35 and 02. RGB value is (242,53,2). Sum of RGB (Red+Green+Blue) = 242+53+2=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F23502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23502 is #0DCAFD. Grayscale: #686868. Windows color (decimal): -903934 or 144882. OLE color: 144882.

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

Color convert

RGB 242 53 2 -
CMYK 0 0.78 0.99 0.05
HSL 12.75º 0.98% 0.48% -
HSV(B) 12.75º 0.99% 0.95% -
XYZ 37.9 21.43 2.2 -
YUV 103.7 70.62 226.65 -
System Red Green Blue C M Y K H S L
Decimal 242 53 2 0 0.78 0.99 0.05 12.75 0.98 0.48
Hex F2 35 2 0 4E 63 5 D 62 30
Octal 362 65 2 0 116 143 5 15 142 60
Binary 11110010 110101 10 0 1001110 1100011 101 1101 1100010 110000

Color Harmonies of #F23502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23502

Black with #F23502

Text Example


Text Example

White with #F23502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23502; }

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

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

background-color css

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

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

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

border-color css

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

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

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