Html Css Color HEX #F83F01 Orange Red

📋 copy color: '#F83F01'

red 248 ◦ green 63 ◦ blue 1

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

Shades of Orange Red #F83F01

Tints of Orange Red #F83F01

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

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

R = 79.49%
G = 20.19%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F83F01 (or 0xF83F01) is known color: Orange Red. HEX triplet: F8, 3F and 01. RGB value is (248,63,1). Sum of RGB (Red+Green+Blue) = 248+63+1=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83F01 is #07C0FE. Grayscale: #6F6F6F. Windows color (decimal): -508159 or 81912. OLE color: 81912.

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

Color convert

RGB 248 63 1 -
CMYK 0 0.75 1.00 0.03
HSL 15.06º 0.99% 0.49% -
HSV(B) 15.06º 1% 0.97% -
XYZ 40.49 23.51 2.43 -
YUV 111.25 65.79 225.54 -
System Red Green Blue C M Y K H S L
Decimal 248 63 1 0 0.75 1.00 0.03 15.06 0.99 0.49
Hex F8 3F 1 0 4B 64 3 F 63 31
Octal 370 77 1 0 113 144 3 17 143 61
Binary 11111000 111111 1 0 1001011 1100100 11 1111 1100011 110001

Color Harmonies of #F83F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83F01

Black with #F83F01

Text Example


Text Example

White with #F83F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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