Html Css Color HEX #FBC302 Golden Poppy

📋 copy color: '#FBC302'

red 251 ◦ green 195 ◦ blue 2

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

Shades of Golden Poppy #FBC302

Tints of Golden Poppy #FBC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.53%

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

R = 56.03%
G = 43.53%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBC302 (or 0xFBC302) is known color: Golden Poppy. HEX triplet: FB, C3 and 02. RGB value is (251,195,2). Sum of RGB (Red+Green+Blue) = 251+195+2=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC302 is #043CFD. Grayscale: #BEBEBE. Windows color (decimal): -277758 or 181243. OLE color: 181243.

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

Color convert

RGB 251 195 2 -
CMYK 0 0.22 0.99 0.02
HSL 46.51º 0.98% 0.5% -
HSV(B) 46.51º 0.99% 0.98% -
XYZ 59.31 59.54 8.42 -
YUV 189.74 22.05 171.69 -
System Red Green Blue C M Y K H S L
Decimal 251 195 2 0 0.22 0.99 0.02 46.51 0.98 0.5
Hex FB C3 2 0 16 63 2 2F 62 32
Octal 373 303 2 0 26 143 2 57 142 62
Binary 11111011 11000011 10 0 10110 1100011 10 101111 1100010 110010

Color Harmonies of #FBC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC302

Black with #FBC302

Text Example


Text Example

White with #FBC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC302; }

 p { color: rgb(251,195,2); }

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

background-color css

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

 a { background-color: rgb(251,195,2); }

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

border-color css

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

 span { border-color: rgb(251,195,2); }

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