Html Css Color HEX #F0BA00 Golden Poppy

📋 copy color: '#F0BA00'

red 240 ◦ green 186 ◦ blue 0

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

Shades of Golden Poppy #F0BA00

Tints of Golden Poppy #F0BA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.34%
G = 43.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0BA00 (or 0xF0BA00) is known color: Golden Poppy. HEX triplet: F0, BA and 00. RGB value is (240,186,0). Sum of RGB (Red+Green+Blue) = 240+186+0=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0BA00 is #0F45FF. Grayscale: #B5B5B5. Windows color (decimal): -1000960 or 47856. OLE color: 47856.

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

Color convert

RGB 240 186 0 -
CMYK 0 0.22 1 0.06
HSL 46.5º 1% 0.47% -
HSV(B) 46.5º 1% 0.94% -
XYZ 53.49 53.64 7.53 -
YUV 180.94 25.89 170.12 -
System Red Green Blue C M Y K H S L
Decimal 240 186 0 0 0.22 1 0.06 46.5 1 0.47
Hex F0 BA 0 0 16 64 6 2E 64 2F
Octal 360 272 0 0 26 144 6 56 144 57
Binary 11110000 10111010 0 0 10110 1100100 110 101110 1100100 101111

Color Harmonies of #F0BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA00

Black with #F0BA00

Text Example


Text Example

White with #F0BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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