Html Css Color HEX #F6BD05 Golden Poppy

📋 copy color: '#F6BD05'

red 246 ◦ green 189 ◦ blue 5

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

Shades of Golden Poppy #F6BD05

Tints of Golden Poppy #F6BD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 55.91%
G = 42.95%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F6BD05 (or 0xF6BD05) is known color: Golden Poppy. HEX triplet: F6, BD and 05. RGB value is (246,189,5). Sum of RGB (Red+Green+Blue) = 246+189+5=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6BD05 is #0942FA. Grayscale: #B9B9B9. Windows color (decimal): -606971 or 376310. OLE color: 376310.

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

Color convert

RGB 246 189 5 -
CMYK 0 0.23 0.98 0.04
HSL 45.81º 0.96% 0.49% -
HSV(B) 45.81º 0.98% 0.96% -
XYZ 56.23 56 7.99 -
YUV 185.07 26.38 171.46 -
System Red Green Blue C M Y K H S L
Decimal 246 189 5 0 0.23 0.98 0.04 45.81 0.96 0.49
Hex F6 BD 5 0 17 62 4 2E 60 31
Octal 366 275 5 0 27 142 4 56 140 61
Binary 11110110 10111101 101 0 10111 1100010 100 101110 1100000 110001

Color Harmonies of #F6BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BD05

Black with #F6BD05

Text Example


Text Example

White with #F6BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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