Html Css Color HEX #F83B00 Orange Red

📋 copy color: '#F83B00'

red 248 ◦ green 59 ◦ blue 0

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

Shades of Orange Red #F83B00

Tints of Orange Red #F83B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.78%
G = 19.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F83B00 (or 0xF83B00) is known color: Orange Red. HEX triplet: F8, 3B and 00. RGB value is (248,59,0). Sum of RGB (Red+Green+Blue) = 248+59+0=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F83B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83B00 is #07C4FF. Grayscale: #6D6D6D. Windows color (decimal): -509184 or 15352. OLE color: 15352.

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

Color convert

RGB 248 59 0 -
CMYK 0 0.76 1 0.03
HSL 14.27º 1% 0.49% -
HSV(B) 14.27º 1% 0.97% -
XYZ 40.28 23.08 2.33 -
YUV 108.79 66.62 227.3 -
System Red Green Blue C M Y K H S L
Decimal 248 59 0 0 0.76 1 0.03 14.27 1 0.49
Hex F8 3B 0 0 4C 64 3 E 64 31
Octal 370 73 0 0 114 144 3 16 144 61
Binary 11111000 111011 0 0 1001100 1100100 11 1110 1100100 110001

Color Harmonies of #F83B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83B00

Black with #F83B00

Text Example


Text Example

White with #F83B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83B00; }

 p { color: rgb(248,59,0); }

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

background-color css

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

 a { background-color: rgb(248,59,0); }

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

border-color css

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

 span { border-color: rgb(248,59,0); }

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