Html Css Color HEX #FA803D Flamenco

📋 copy color: '#FA803D'

red 250 ◦ green 128 ◦ blue 61

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

Shades of Flamenco #FA803D

Tints of Flamenco #FA803D

RGB

 RED value IS 250 (98.05% from 255) = 56.95%

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

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

R = 56.95%
G = 29.16%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA803D (or 0xFA803D) is known color: Flamenco. HEX triplet: FA, 80 and 3D. RGB value is (250,128,61). Sum of RGB (Red+Green+Blue) = 250+128+61=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA803D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA803D is #057FC2. Grayscale: #9D9D9D. Windows color (decimal): -360387 or 4030714. OLE color: 4030714.

HSL color Cylindrical-coordinate representation of color #FA803D: hue angle of 21.27º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA803D is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 61 -
CMYK 0 0.49 0.76 0.02
HSL 21.27º 0.95% 0.61% -
HSV(B) 21.27º 0.76% 0.98% -
XYZ 47.99 36.1 8.85 -
YUV 156.84 73.92 194.45 -
System Red Green Blue C M Y K H S L
Decimal 250 128 61 0 0.49 0.76 0.02 21.27 0.95 0.61
Hex FA 80 3D 0 31 4C 2 15 5F 3D
Octal 372 200 75 0 61 114 2 25 137 75
Binary 11111010 10000000 111101 0 110001 1001100 10 10101 1011111 111101

Color Harmonies of #FA803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA803D

Black with #FA803D

Text Example


Text Example

White with #FA803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA803D; }

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

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

background-color css

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

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

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

border-color css

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

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

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