Html Css Color HEX #F83C02 Orange Red

📋 copy color: '#F83C02'

red 248 ◦ green 60 ◦ blue 2

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

Shades of Orange Red #F83C02

Tints of Orange Red #F83C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.35%

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

R = 80%
G = 19.35%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F83C02 (or 0xF83C02) is known color: Orange Red. HEX triplet: F8, 3C and 02. RGB value is (248,60,2). Sum of RGB (Red+Green+Blue) = 248+60+2=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83C02 is #07C3FD. Grayscale: #6E6E6E. Windows color (decimal): -508926 or 146680. OLE color: 146680.

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

Color convert

RGB 248 60 2 -
CMYK 0 0.76 0.99 0.03
HSL 14.15º 0.98% 0.49% -
HSV(B) 14.15º 0.99% 0.97% -
XYZ 40.34 23.19 2.41 -
YUV 109.6 67.28 226.72 -
System Red Green Blue C M Y K H S L
Decimal 248 60 2 0 0.76 0.99 0.03 14.15 0.98 0.49
Hex F8 3C 2 0 4C 63 3 E 62 31
Octal 370 74 2 0 114 143 3 16 142 61
Binary 11111000 111100 10 0 1001100 1100011 11 1110 1100010 110001

Color Harmonies of #F83C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83C02

Black with #F83C02

Text Example


Text Example

White with #F83C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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