Html Css Color HEX #F4BD00 Golden Poppy

📋 copy color: '#F4BD00'

red 244 ◦ green 189 ◦ blue 0

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

Shades of Golden Poppy #F4BD00

Tints of Golden Poppy #F4BD00

RGB

 RED value IS 244 (95.7% from 255) = 56.35%

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

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

R = 56.35%
G = 43.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F4BD00 (or 0xF4BD00) is known color: Golden Poppy. HEX triplet: F4, BD and 00. RGB value is (244,189,0). Sum of RGB (Red+Green+Blue) = 244+189+0=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BD00 is #0B42FF. Grayscale: #B8B8B8. Windows color (decimal): -738048 or 48628. OLE color: 48628.

HSL color Cylindrical-coordinate representation of color #F4BD00: hue angle of 46.48º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4BD00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 189 0 -
CMYK 0 0.23 1 0.04
HSL 46.48º 1% 0.48% -
HSV(B) 46.48º 1% 0.96% -
XYZ 55.51 55.63 7.81 -
YUV 183.9 24.22 170.87 -
System Red Green Blue C M Y K H S L
Decimal 244 189 0 0 0.23 1 0.04 46.48 1 0.48
Hex F4 BD 0 0 17 64 4 2E 64 30
Octal 364 275 0 0 27 144 4 56 144 60
Binary 11110100 10111101 0 0 10111 1100100 100 101110 1100100 110000

Color Harmonies of #F4BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BD00

Black with #F4BD00

Text Example


Text Example

White with #F4BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BD00; }

 p { color: rgb(244,189,0); }

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

background-color css

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

 a { background-color: rgb(244,189,0); }

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

border-color css

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

 span { border-color: rgb(244,189,0); }

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