Html Css Color HEX #F0884B Flamenco

📋 copy color: '#F0884B'

red 240 ◦ green 136 ◦ blue 75

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

Shades of Flamenco #F0884B

Tints of Flamenco #F0884B

RGB

 RED value IS 240 (94.14% from 255) = 53.22%

 GREEN value IS 136 (53.52% from 255) = 30.16%

 BLUE value IS 75 (29.69% from 255) = 16.63%

R = 53.22%
G = 30.16%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0884B (or 0xF0884B) is known color: Flamenco. HEX triplet: F0, 88 and 4B. RGB value is (240,136,75). Sum of RGB (Red+Green+Blue) = 240+136+75=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0884B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0884B is #0F77B4. Grayscale: #A0A0A0. Windows color (decimal): -1013685 or 4950256. OLE color: 4950256.

HSL color Cylindrical-coordinate representation of color #F0884B: hue angle of 22.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0884B is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 136 75 -
CMYK 0 0.43 0.69 0.06
HSL 22.18º 0.85% 0.62% -
HSV(B) 22.18º 0.69% 0.94% -
XYZ 46.01 36.64 11.3 -
YUV 160.14 79.96 184.96 -
System Red Green Blue C M Y K H S L
Decimal 240 136 75 0 0.43 0.69 0.06 22.18 0.85 0.62
Hex F0 88 4B 0 2B 45 6 16 55 3E
Octal 360 210 113 0 53 105 6 26 125 76
Binary 11110000 10001000 1001011 0 101011 1000101 110 10110 1010101 111110

Color Harmonies of #F0884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0884B

Black with #F0884B

Text Example


Text Example

White with #F0884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0884B; }

 p { color: rgb(240,136,75); }

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

background-color css

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

 a { background-color: rgb(240,136,75); }

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

border-color css

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

 span { border-color: rgb(240,136,75); }

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