Html Css Color HEX #F83502 Orange Red

📋 copy color: '#F83502'

red 248 ◦ green 53 ◦ blue 2

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

Shades of Orange Red #F83502

Tints of Orange Red #F83502

RGB

 RED value IS 248 (97.27% from 255) = 81.85%

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

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

R = 81.85%
G = 17.49%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F83502 (or 0xF83502) is known color: Orange Red. HEX triplet: F8, 35 and 02. RGB value is (248,53,2). Sum of RGB (Red+Green+Blue) = 248+53+2=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F83502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83502 is #07CAFD. Grayscale: #696969. Windows color (decimal): -510718 or 144888. OLE color: 144888.

HSL color Cylindrical-coordinate representation of color #F83502: hue angle of 12.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F83502 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 53 2 -
CMYK 0 0.79 0.99 0.03
HSL 12.44º 0.98% 0.49% -
HSV(B) 12.44º 0.99% 0.97% -
XYZ 40 22.51 2.29 -
YUV 105.49 69.6 229.65 -
System Red Green Blue C M Y K H S L
Decimal 248 53 2 0 0.79 0.99 0.03 12.44 0.98 0.49
Hex F8 35 2 0 4F 63 3 C 62 31
Octal 370 65 2 0 117 143 3 14 142 61
Binary 11111000 110101 10 0 1001111 1100011 11 1100 1100010 110001

Color Harmonies of #F83502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83502

Black with #F83502

Text Example


Text Example

White with #F83502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83502; }

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

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

background-color css

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

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

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

border-color css

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

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

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