Html Css Color HEX #F8803D Flamenco

📋 copy color: '#F8803D'

red 248 ◦ green 128 ◦ blue 61

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

Shades of Flamenco #F8803D

Tints of Flamenco #F8803D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.96%

R = 56.75%
G = 29.29%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8803D (or 0xF8803D) is known color: Flamenco. HEX triplet: F8, 80 and 3D. RGB value is (248,128,61). Sum of RGB (Red+Green+Blue) = 248+128+61=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F8803D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8803D is #077FC2. Grayscale: #9C9C9C. Windows color (decimal): -491459 or 4030712. OLE color: 4030712.

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

Color convert

RGB 248 128 61 -
CMYK 0 0.48 0.75 0.03
HSL 21.5º 0.93% 0.61% -
HSV(B) 21.5º 0.75% 0.97% -
XYZ 47.27 35.73 8.82 -
YUV 156.24 74.26 193.45 -
System Red Green Blue C M Y K H S L
Decimal 248 128 61 0 0.48 0.75 0.03 21.5 0.93 0.61
Hex F8 80 3D 0 30 4B 3 15 5D 3D
Octal 370 200 75 0 60 113 3 25 135 75
Binary 11111000 10000000 111101 0 110000 1001011 11 10101 1011101 111101

Color Harmonies of #F8803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8803D

Black with #F8803D

Text Example


Text Example

White with #F8803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8803D; }

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

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

background-color css

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

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

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

border-color css

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

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

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