Html Css Color HEX #F4BC00 Golden Poppy

📋 copy color: '#F4BC00'

red 244 ◦ green 188 ◦ blue 0

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

Shades of Golden Poppy #F4BC00

Tints of Golden Poppy #F4BC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

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

R = 56.48%
G = 43.52%
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

#F4BC00 (or 0xF4BC00) is known color: Golden Poppy. HEX triplet: F4, BC and 00. RGB value is (244,188,0). Sum of RGB (Red+Green+Blue) = 244+188+0=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BC00 is #0B43FF. Grayscale: #B8B8B8. Windows color (decimal): -738304 or 48372. OLE color: 48372.

HSL color Cylindrical-coordinate representation of color #F4BC00: hue angle of 46.23º 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 #F4BC00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 188 0 -
CMYK 0 0.23 1 0.04
HSL 46.23º 1% 0.48% -
HSV(B) 46.23º 1% 0.96% -
XYZ 55.29 55.2 7.74 -
YUV 183.31 24.55 171.29 -
System Red Green Blue C M Y K H S L
Decimal 244 188 0 0 0.23 1 0.04 46.23 1 0.48
Hex F4 BC 0 0 17 64 4 2E 64 30
Octal 364 274 0 0 27 144 4 56 144 60
Binary 11110100 10111100 0 0 10111 1100100 100 101110 1100100 110000

Color Harmonies of #F4BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BC00

Black with #F4BC00

Text Example


Text Example

White with #F4BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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