Html Css Color HEX #F7BD02 Golden Poppy

📋 copy color: '#F7BD02'

red 247 ◦ green 189 ◦ blue 2

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

Shades of Golden Poppy #F7BD02

Tints of Golden Poppy #F7BD02

RGB

 RED value IS 247 (96.88% from 255) = 56.39%

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 56.39%
G = 43.15%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F7BD02 (or 0xF7BD02) is known color: Golden Poppy. HEX triplet: F7, BD and 02. RGB value is (247,189,2). Sum of RGB (Red+Green+Blue) = 247+189+2=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BD02 is #0842FD. Grayscale: #B9B9B9. Windows color (decimal): -541438 or 179703. OLE color: 179703.

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

Color convert

RGB 247 189 2 -
CMYK 0 0.23 0.99 0.03
HSL 45.8º 0.98% 0.49% -
HSV(B) 45.8º 0.99% 0.97% -
XYZ 56.57 56.17 7.92 -
YUV 185.02 24.72 172.21 -
System Red Green Blue C M Y K H S L
Decimal 247 189 2 0 0.23 0.99 0.03 45.8 0.98 0.49
Hex F7 BD 2 0 17 63 3 2E 62 31
Octal 367 275 2 0 27 143 3 56 142 61
Binary 11110111 10111101 10 0 10111 1100011 11 101110 1100010 110001

Color Harmonies of #F7BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BD02

Black with #F7BD02

Text Example


Text Example

White with #F7BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BD02; }

 p { color: rgb(247,189,2); }

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

background-color css

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

 a { background-color: rgb(247,189,2); }

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

border-color css

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

 span { border-color: rgb(247,189,2); }

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