Html Css Color HEX #F83A08 Orange Red

📋 copy color: '#F83A08'

red 248 ◦ green 58 ◦ blue 8

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

Shades of Orange Red #F83A08

Tints of Orange Red #F83A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.55%

R = 78.98%
G = 18.47%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F83A08 (or 0xF83A08) is known color: Orange Red. HEX triplet: F8, 3A and 08. RGB value is (248,58,8). Sum of RGB (Red+Green+Blue) = 248+58+8=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83A08 is #07C5F7. Grayscale: #6D6D6D. Windows color (decimal): -509432 or 539384. OLE color: 539384.

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

Color convert

RGB 248 58 8 -
CMYK 0 0.77 0.97 0.03
HSL 12.5º 0.94% 0.5% -
HSV(B) 12.5º 0.97% 0.97% -
XYZ 40.27 23 2.55 -
YUV 109.11 70.95 227.07 -
System Red Green Blue C M Y K H S L
Decimal 248 58 8 0 0.77 0.97 0.03 12.5 0.94 0.5
Hex F8 3A 8 0 4D 61 3 C 5E 32
Octal 370 72 10 0 115 141 3 14 136 62
Binary 11111000 111010 1000 0 1001101 1100001 11 1100 1011110 110010

Color Harmonies of #F83A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83A08

Black with #F83A08

Text Example


Text Example

White with #F83A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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