Html Css Color HEX #F83A01 Orange Red

📋 copy color: '#F83A01'

red 248 ◦ green 58 ◦ blue 1

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

Shades of Orange Red #F83A01

Tints of Orange Red #F83A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.89%

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

R = 80.78%
G = 18.89%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F83A01 (or 0xF83A01) is known color: Orange Red. HEX triplet: F8, 3A and 01. RGB value is (248,58,1). Sum of RGB (Red+Green+Blue) = 248+58+1=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83A01 is #07C5FE. Grayscale: #6C6C6C. Windows color (decimal): -509439 or 80632. OLE color: 80632.

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

Color convert

RGB 248 58 1 -
CMYK 0 0.77 1.00 0.03
HSL 13.85º 0.99% 0.49% -
HSV(B) 13.85º 1% 0.97% -
XYZ 40.23 22.98 2.34 -
YUV 108.31 67.45 227.63 -
System Red Green Blue C M Y K H S L
Decimal 248 58 1 0 0.77 1.00 0.03 13.85 0.99 0.49
Hex F8 3A 1 0 4D 64 3 E 63 31
Octal 370 72 1 0 115 144 3 16 143 61
Binary 11111000 111010 1 0 1001101 1100100 11 1110 1100011 110001

Color Harmonies of #F83A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83A01

Black with #F83A01

Text Example


Text Example

White with #F83A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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