Html Css Color HEX #F0894B Flamenco

📋 copy color: '#F0894B'

red 240 ◦ green 137 ◦ blue 75

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

Shades of Flamenco #F0894B

Tints of Flamenco #F0894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.31%

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

R = 53.1%
G = 30.31%
B = 16.59%

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

#F0894B (or 0xF0894B) is known color: Flamenco. HEX triplet: F0, 89 and 4B. RGB value is (240,137,75). Sum of RGB (Red+Green+Blue) = 240+137+75=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0894B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0894B is #0F76B4. Grayscale: #A1A1A1. Windows color (decimal): -1013429 or 4950512. OLE color: 4950512.

HSL color Cylindrical-coordinate representation of color #F0894B: hue angle of 22.55º 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 #F0894B is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 75 -
CMYK 0 0.43 0.69 0.06
HSL 22.55º 0.85% 0.62% -
HSV(B) 22.55º 0.69% 0.94% -
XYZ 46.15 36.92 11.35 -
YUV 160.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 240 137 75 0 0.43 0.69 0.06 22.55 0.85 0.62
Hex F0 89 4B 0 2B 45 6 17 55 3E
Octal 360 211 113 0 53 105 6 27 125 76
Binary 11110000 10001001 1001011 0 101011 1000101 110 10111 1010101 111110

Color Harmonies of #F0894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0894B

Black with #F0894B

Text Example


Text Example

White with #F0894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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