Html Css Color HEX #F08545 Flamenco

📋 copy color: '#F08545'

red 240 ◦ green 133 ◦ blue 69

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

Shades of Flamenco #F08545

Tints of Flamenco #F08545

RGB

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

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

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

R = 54.3%
G = 30.09%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F08545 (or 0xF08545) is known color: Flamenco. HEX triplet: F0, 85 and 45. RGB value is (240,133,69). Sum of RGB (Red+Green+Blue) = 240+133+69=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F08545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08545 is #0F7ABA. Grayscale: #9E9E9E. Windows color (decimal): -1014459 or 4556272. OLE color: 4556272.

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

Color convert

RGB 240 133 69 -
CMYK 0 0.45 0.71 0.06
HSL 22.46º 0.85% 0.61% -
HSV(B) 22.46º 0.71% 0.94% -
XYZ 45.4 35.73 10.13 -
YUV 157.7 77.95 186.7 -
System Red Green Blue C M Y K H S L
Decimal 240 133 69 0 0.45 0.71 0.06 22.46 0.85 0.61
Hex F0 85 45 0 2D 47 6 16 55 3D
Octal 360 205 105 0 55 107 6 26 125 75
Binary 11110000 10000101 1000101 0 101101 1000111 110 10110 1010101 111101

Color Harmonies of #F08545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08545

Black with #F08545

Text Example


Text Example

White with #F08545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08545; }

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

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

background-color css

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

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

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

border-color css

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

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

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