Html Css Color HEX #FBC708 Golden Poppy

📋 copy color: '#FBC708'

red 251 ◦ green 199 ◦ blue 8

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

Shades of Golden Poppy #FBC708

Tints of Golden Poppy #FBC708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.45%

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 54.8%
G = 43.45%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FBC708 (or 0xFBC708) is known color: Golden Poppy. HEX triplet: FB, C7 and 08. RGB value is (251,199,8). Sum of RGB (Red+Green+Blue) = 251+199+8=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC708 is #0438F7. Grayscale: #C1C1C1. Windows color (decimal): -276728 or 575483. OLE color: 575483.

HSL color Cylindrical-coordinate representation of color #FBC708: hue angle of 47.16º 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 #FBC708 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 199 8 -
CMYK 0 0.21 0.97 0.02
HSL 47.16º 0.97% 0.51% -
HSV(B) 47.16º 0.97% 0.98% -
XYZ 60.25 61.37 8.9 -
YUV 192.77 23.73 169.53 -
System Red Green Blue C M Y K H S L
Decimal 251 199 8 0 0.21 0.97 0.02 47.16 0.97 0.51
Hex FB C7 8 0 15 61 2 2F 61 33
Octal 373 307 10 0 25 141 2 57 141 63
Binary 11111011 11000111 1000 0 10101 1100001 10 101111 1100001 110011

Color Harmonies of #FBC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC708

Black with #FBC708

Text Example


Text Example

White with #FBC708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC708; }

 p { color: rgb(251,199,8); }

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

background-color css

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

 a { background-color: rgb(251,199,8); }

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

border-color css

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

 span { border-color: rgb(251,199,8); }

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