Html Css Color HEX #FBC705 Golden Poppy

📋 copy color: '#FBC705'

red 251 ◦ green 199 ◦ blue 5

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

Shades of Golden Poppy #FBC705

Tints of Golden Poppy #FBC705

RGB

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

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

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

R = 55.16%
G = 43.74%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBC705 (or 0xFBC705) is known color: Golden Poppy. HEX triplet: FB, C7 and 05. RGB value is (251,199,5). Sum of RGB (Red+Green+Blue) = 251+199+5=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC705 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC705 is #0438FA. Grayscale: #C1C1C1. Windows color (decimal): -276731 or 378875. OLE color: 378875.

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

Color convert

RGB 251 199 5 -
CMYK 0 0.21 0.98 0.02
HSL 47.32º 0.97% 0.5% -
HSV(B) 47.32º 0.98% 0.98% -
XYZ 60.23 61.37 8.81 -
YUV 192.43 22.23 169.77 -
System Red Green Blue C M Y K H S L
Decimal 251 199 5 0 0.21 0.98 0.02 47.32 0.97 0.5
Hex FB C7 5 0 15 62 2 2F 61 32
Octal 373 307 5 0 25 142 2 57 141 62
Binary 11111011 11000111 101 0 10101 1100010 10 101111 1100001 110010

Color Harmonies of #FBC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC705

Black with #FBC705

Text Example


Text Example

White with #FBC705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC705; }

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

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

background-color css

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

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

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

border-color css

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

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

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