Html Css Color HEX #F6BD03 Golden Poppy

📋 copy color: '#F6BD03'

red 246 ◦ green 189 ◦ blue 3

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

Shades of Golden Poppy #F6BD03

Tints of Golden Poppy #F6BD03

RGB

 RED value IS 246 (96.48% from 255) = 56.16%

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

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

R = 56.16%
G = 43.15%
B = 0.68%

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

#F6BD03 (or 0xF6BD03) is known color: Golden Poppy. HEX triplet: F6, BD and 03. RGB value is (246,189,3). Sum of RGB (Red+Green+Blue) = 246+189+3=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BD03 is #0942FC. Grayscale: #B9B9B9. Windows color (decimal): -606973 or 245238. OLE color: 245238.

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

Color convert

RGB 246 189 3 -
CMYK 0 0.23 0.99 0.04
HSL 45.93º 0.98% 0.49% -
HSV(B) 45.93º 0.99% 0.96% -
XYZ 56.22 55.99 7.93 -
YUV 184.84 25.38 171.62 -
System Red Green Blue C M Y K H S L
Decimal 246 189 3 0 0.23 0.99 0.04 45.93 0.98 0.49
Hex F6 BD 3 0 17 63 4 2E 62 31
Octal 366 275 3 0 27 143 4 56 142 61
Binary 11110110 10111101 11 0 10111 1100011 100 101110 1100010 110001

Color Harmonies of #F6BD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BD03

Black with #F6BD03

Text Example


Text Example

White with #F6BD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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