Html Css Color HEX #F0BA01 Golden Poppy

📋 copy color: '#F0BA01'

red 240 ◦ green 186 ◦ blue 1

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

Shades of Golden Poppy #F0BA01

Tints of Golden Poppy #F0BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 56.21%
G = 43.56%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F0BA01 (or 0xF0BA01) is known color: Golden Poppy. HEX triplet: F0, BA and 01. RGB value is (240,186,1). Sum of RGB (Red+Green+Blue) = 240+186+1=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BA01 is #0F45FE. Grayscale: #B5B5B5. Windows color (decimal): -1000959 or 113392. OLE color: 113392.

HSL color Cylindrical-coordinate representation of color #F0BA01: hue angle of 46.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0BA01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 186 1 -
CMYK 0 0.22 1.00 0.06
HSL 46.44º 0.99% 0.47% -
HSV(B) 46.44º 1% 0.94% -
XYZ 53.5 53.65 7.56 -
YUV 181.06 26.39 170.04 -
System Red Green Blue C M Y K H S L
Decimal 240 186 1 0 0.22 1.00 0.06 46.44 0.99 0.47
Hex F0 BA 1 0 16 64 6 2E 63 2F
Octal 360 272 1 0 26 144 6 56 143 57
Binary 11110000 10111010 1 0 10110 1100100 110 101110 1100011 101111

Color Harmonies of #F0BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA01

Black with #F0BA01

Text Example


Text Example

White with #F0BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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