Html Css Color HEX #F4BD03 Golden Poppy

📋 copy color: '#F4BD03'

red 244 ◦ green 189 ◦ blue 3

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

Shades of Golden Poppy #F4BD03

Tints of Golden Poppy #F4BD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 55.96%
G = 43.35%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F4BD03 (or 0xF4BD03) is known color: Golden Poppy. HEX triplet: F4, BD and 03. RGB value is (244,189,3). Sum of RGB (Red+Green+Blue) = 244+189+3=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4BD03 is #0B42FC. Grayscale: #B9B9B9. Windows color (decimal): -738045 or 245236. OLE color: 245236.

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

Color convert

RGB 244 189 3 -
CMYK 0 0.23 0.99 0.04
HSL 46.31º 0.98% 0.48% -
HSV(B) 46.31º 0.99% 0.96% -
XYZ 55.52 55.63 7.9 -
YUV 184.24 25.72 170.62 -
System Red Green Blue C M Y K H S L
Decimal 244 189 3 0 0.23 0.99 0.04 46.31 0.98 0.48
Hex F4 BD 3 0 17 63 4 2E 62 30
Octal 364 275 3 0 27 143 4 56 142 60
Binary 11110100 10111101 11 0 10111 1100011 100 101110 1100010 110000

Color Harmonies of #F4BD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BD03

Black with #F4BD03

Text Example


Text Example

White with #F4BD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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