Html Css Color HEX #F83C01 Orange Red

📋 copy color: '#F83C01'

red 248 ◦ green 60 ◦ blue 1

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

Shades of Orange Red #F83C01

Tints of Orange Red #F83C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 80.26%
G = 19.42%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F83C01 (or 0xF83C01) is known color: Orange Red. HEX triplet: F8, 3C and 01. RGB value is (248,60,1). Sum of RGB (Red+Green+Blue) = 248+60+1=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83C01 is #07C3FE. Grayscale: #6D6D6D. Windows color (decimal): -508927 or 81144. OLE color: 81144.

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

Color convert

RGB 248 60 1 -
CMYK 0 0.76 1.00 0.03
HSL 14.33º 0.99% 0.49% -
HSV(B) 14.33º 1% 0.97% -
XYZ 40.33 23.19 2.38 -
YUV 109.49 66.78 226.8 -
System Red Green Blue C M Y K H S L
Decimal 248 60 1 0 0.76 1.00 0.03 14.33 0.99 0.49
Hex F8 3C 1 0 4C 64 3 E 63 31
Octal 370 74 1 0 114 144 3 16 143 61
Binary 11111000 111100 1 0 1001100 1100100 11 1110 1100011 110001

Color Harmonies of #F83C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83C01

Black with #F83C01

Text Example


Text Example

White with #F83C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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