Html Css Color HEX #F0854A Flamenco

📋 copy color: '#F0854A'

red 240 ◦ green 133 ◦ blue 74

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

Shades of Flamenco #F0854A

Tints of Flamenco #F0854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.75%

 BLUE value IS 74 (29.3% from 255) = 16.55%

R = 53.69%
G = 29.75%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0854A (or 0xF0854A) is known color: Flamenco. HEX triplet: F0, 85 and 4A. RGB value is (240,133,74). Sum of RGB (Red+Green+Blue) = 240+133+74=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0854A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0854A is #0F7AB5. Grayscale: #9E9E9E. Windows color (decimal): -1014454 or 4883952. OLE color: 4883952.

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

Color convert

RGB 240 133 74 -
CMYK 0 0.45 0.69 0.06
HSL 21.33º 0.85% 0.62% -
HSV(B) 21.33º 0.69% 0.94% -
XYZ 45.56 35.79 10.99 -
YUV 158.27 80.45 186.3 -
System Red Green Blue C M Y K H S L
Decimal 240 133 74 0 0.45 0.69 0.06 21.33 0.85 0.62
Hex F0 85 4A 0 2D 45 6 15 55 3E
Octal 360 205 112 0 55 105 6 25 125 76
Binary 11110000 10000101 1001010 0 101101 1000101 110 10101 1010101 111110

Color Harmonies of #F0854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0854A

Black with #F0854A

Text Example


Text Example

White with #F0854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0854A; }

 p { color: rgb(240,133,74); }

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

background-color css

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

 a { background-color: rgb(240,133,74); }

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

border-color css

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

 span { border-color: rgb(240,133,74); }

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