Html Css Color HEX #F0BA0E Golden Poppy

📋 copy color: '#F0BA0E'

red 240 ◦ green 186 ◦ blue 14

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

Shades of Golden Poppy #F0BA0E

Tints of Golden Poppy #F0BA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

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

R = 54.55%
G = 42.27%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0BA0E (or 0xF0BA0E) is known color: Golden Poppy. HEX triplet: F0, BA and 0E. RGB value is (240,186,14). Sum of RGB (Red+Green+Blue) = 240+186+14=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BA0E is #0F45F1. Grayscale: #B7B7B7. Windows color (decimal): -1000946 or 965360. OLE color: 965360.

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

Color convert

RGB 240 186 14 -
CMYK 0 0.22 0.94 0.06
HSL 45.66º 0.89% 0.5% -
HSV(B) 45.66º 0.94% 0.94% -
XYZ 53.57 53.67 7.95 -
YUV 182.54 32.89 168.99 -
System Red Green Blue C M Y K H S L
Decimal 240 186 14 0 0.22 0.94 0.06 45.66 0.89 0.5
Hex F0 BA E 0 16 5E 6 2E 59 32
Octal 360 272 16 0 26 136 6 56 131 62
Binary 11110000 10111010 1110 0 10110 1011110 110 101110 1011001 110010

Color Harmonies of #F0BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA0E

Black with #F0BA0E

Text Example


Text Example

White with #F0BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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