Html Css Color HEX #F0824A Flamenco

📋 copy color: '#F0824A'

red 240 ◦ green 130 ◦ blue 74

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

Shades of Flamenco #F0824A

Tints of Flamenco #F0824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

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

R = 54.05%
G = 29.28%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0824A (or 0xF0824A) is known color: Flamenco. HEX triplet: F0, 82 and 4A. RGB value is (240,130,74). Sum of RGB (Red+Green+Blue) = 240+130+74=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0824A is #0F7DB5. Grayscale: #9C9C9C. Windows color (decimal): -1015222 or 4883184. OLE color: 4883184.

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

Color convert

RGB 240 130 74 -
CMYK 0 0.46 0.69 0.06
HSL 20.24º 0.85% 0.62% -
HSV(B) 20.24º 0.69% 0.94% -
XYZ 45.15 34.98 10.85 -
YUV 156.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 240 130 74 0 0.46 0.69 0.06 20.24 0.85 0.62
Hex F0 82 4A 0 2E 45 6 14 55 3E
Octal 360 202 112 0 56 105 6 24 125 76
Binary 11110000 10000010 1001010 0 101110 1000101 110 10100 1010101 111110

Color Harmonies of #F0824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0824A

Black with #F0824A

Text Example


Text Example

White with #F0824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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