Html Css Color HEX #FB8440 Flamenco

📋 copy color: '#FB8440'

red 251 ◦ green 132 ◦ blue 64

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

Shades of Flamenco #FB8440

Tints of Flamenco #FB8440

RGB

 RED value IS 251 (98.44% from 255) = 56.15%

 GREEN value IS 132 (51.95% from 255) = 29.53%

 BLUE value IS 64 (25.39% from 255) = 14.32%

R = 56.15%
G = 29.53%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB8440 (or 0xFB8440) is known color: Flamenco. HEX triplet: FB, 84 and 40. RGB value is (251,132,64). Sum of RGB (Red+Green+Blue) = 251+132+64=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8440 is #047BBF. Grayscale: #A0A0A0. Windows color (decimal): -293824 or 4228347. OLE color: 4228347.

HSL color Cylindrical-coordinate representation of color #FB8440: hue angle of 21.82º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB8440 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 132 64 -
CMYK 0 0.47 0.75 0.02
HSL 21.82º 0.96% 0.62% -
HSV(B) 21.82º 0.75% 0.98% -
XYZ 48.96 37.38 9.49 -
YUV 159.83 73.92 193.03 -
System Red Green Blue C M Y K H S L
Decimal 251 132 64 0 0.47 0.75 0.02 21.82 0.96 0.62
Hex FB 84 40 0 2F 4B 2 16 60 3E
Octal 373 204 100 0 57 113 2 26 140 76
Binary 11111011 10000100 1000000 0 101111 1001011 10 10110 1100000 111110

Color Harmonies of #FB8440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8440

Black with #FB8440

Text Example


Text Example

White with #FB8440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8440; }

 p { color: rgb(251,132,64); }

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

background-color css

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

 a { background-color: rgb(251,132,64); }

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

border-color css

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

 span { border-color: rgb(251,132,64); }

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