Html Css Color HEX #FBC207 Golden Poppy

📋 copy color: '#FBC207'

red 251 ◦ green 194 ◦ blue 7

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

Shades of Golden Poppy #FBC207

Tints of Golden Poppy #FBC207

RGB

 RED value IS 251 (98.44% from 255) = 55.53%

 GREEN value IS 194 (76.17% from 255) = 42.92%

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 55.53%
G = 42.92%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FBC207 (or 0xFBC207) is known color: Golden Poppy. HEX triplet: FB, C2 and 07. RGB value is (251,194,7). Sum of RGB (Red+Green+Blue) = 251+194+7=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC207 is #043DF8. Grayscale: #BEBEBE. Windows color (decimal): -278009 or 508667. OLE color: 508667.

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

Color convert

RGB 251 194 7 -
CMYK 0 0.23 0.97 0.02
HSL 45.98º 0.97% 0.51% -
HSV(B) 45.98º 0.97% 0.98% -
XYZ 59.11 59.11 8.49 -
YUV 189.73 24.88 171.71 -
System Red Green Blue C M Y K H S L
Decimal 251 194 7 0 0.23 0.97 0.02 45.98 0.97 0.51
Hex FB C2 7 0 17 61 2 2E 61 33
Octal 373 302 7 0 27 141 2 56 141 63
Binary 11111011 11000010 111 0 10111 1100001 10 101110 1100001 110011

Color Harmonies of #FBC207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC207

Black with #FBC207

Text Example


Text Example

White with #FBC207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC207; }

 p { color: rgb(251,194,7); }

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

background-color css

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

 a { background-color: rgb(251,194,7); }

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

border-color css

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

 span { border-color: rgb(251,194,7); }

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