Html Css Color HEX #F0BD0E Golden Poppy

📋 copy color: '#F0BD0E'

red 240 ◦ green 189 ◦ blue 14

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

Shades of Golden Poppy #F0BD0E

Tints of Golden Poppy #F0BD0E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 14 (5.86% from 255) = 3.16%

R = 54.18%
G = 42.66%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0BD0E (or 0xF0BD0E) is known color: Golden Poppy. HEX triplet: F0, BD and 0E. RGB value is (240,189,14). Sum of RGB (Red+Green+Blue) = 240+189+14=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BD0E is #0F42F1. Grayscale: #B9B9B9. Windows color (decimal): -1000178 or 966128. OLE color: 966128.

HSL color Cylindrical-coordinate representation of color #F0BD0E: hue angle of 46.46º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0BD0E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 14 -
CMYK 0 0.21 0.94 0.06
HSL 46.46º 0.89% 0.5% -
HSV(B) 46.46º 0.94% 0.94% -
XYZ 54.21 54.95 8.17 -
YUV 184.3 31.9 167.73 -
System Red Green Blue C M Y K H S L
Decimal 240 189 14 0 0.21 0.94 0.06 46.46 0.89 0.5
Hex F0 BD E 0 15 5E 6 2E 59 32
Octal 360 275 16 0 25 136 6 56 131 62
Binary 11110000 10111101 1110 0 10101 1011110 110 101110 1011001 110010

Color Harmonies of #F0BD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BD0E

Black with #F0BD0E

Text Example


Text Example

White with #F0BD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BD0E; }

 p { color: rgb(240,189,14); }

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

background-color css

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

 a { background-color: rgb(240,189,14); }

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

border-color css

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

 span { border-color: rgb(240,189,14); }

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