Html Css Color HEX #F08245 Flamenco

📋 copy color: '#F08245'

red 240 ◦ green 130 ◦ blue 69

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

Shades of Flamenco #F08245

Tints of Flamenco #F08245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.72%

R = 54.67%
G = 29.61%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F08245 (or 0xF08245) is known color: Flamenco. HEX triplet: F0, 82 and 45. RGB value is (240,130,69). Sum of RGB (Red+Green+Blue) = 240+130+69=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F08245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08245 is #0F7DBA. Grayscale: #9C9C9C. Windows color (decimal): -1015227 or 4555504. OLE color: 4555504.

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

Color convert

RGB 240 130 69 -
CMYK 0 0.46 0.71 0.06
HSL 21.4º 0.85% 0.61% -
HSV(B) 21.4º 0.71% 0.94% -
XYZ 44.99 34.92 10 -
YUV 155.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 240 130 69 0 0.46 0.71 0.06 21.4 0.85 0.61
Hex F0 82 45 0 2E 47 6 15 55 3D
Octal 360 202 105 0 56 107 6 25 125 75
Binary 11110000 10000010 1000101 0 101110 1000111 110 10101 1010101 111101

Color Harmonies of #F08245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08245

Black with #F08245

Text Example


Text Example

White with #F08245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08245; }

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

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

background-color css

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

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

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

border-color css

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

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

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