Html Css Color HEX #F8803B Flamenco

📋 copy color: '#F8803B'

red 248 ◦ green 128 ◦ blue 59

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

Shades of Flamenco #F8803B

Tints of Flamenco #F8803B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

 BLUE value IS 59 (23.44% from 255) = 13.56%

R = 57.01%
G = 29.43%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8803B (or 0xF8803B) is known color: Flamenco. HEX triplet: F8, 80 and 3B. RGB value is (248,128,59). Sum of RGB (Red+Green+Blue) = 248+128+59=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F8803B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8803B is #077FC4. Grayscale: #9C9C9C. Windows color (decimal): -491461 or 3899640. OLE color: 3899640.

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

Color convert

RGB 248 128 59 -
CMYK 0 0.48 0.76 0.03
HSL 21.9º 0.93% 0.6% -
HSV(B) 21.9º 0.76% 0.97% -
XYZ 47.22 35.71 8.54 -
YUV 156.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 248 128 59 0 0.48 0.76 0.03 21.9 0.93 0.6
Hex F8 80 3B 0 30 4C 3 16 5D 3C
Octal 370 200 73 0 60 114 3 26 135 74
Binary 11111000 10000000 111011 0 110000 1001100 11 10110 1011101 111100

Color Harmonies of #F8803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8803B

Black with #F8803B

Text Example


Text Example

White with #F8803B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8803B; }

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

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

background-color css

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

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

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

border-color css

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

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

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