Html Css Color HEX #FBC30A Golden Poppy

📋 copy color: '#FBC30A'

red 251 ◦ green 195 ◦ blue 10

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

Shades of Golden Poppy #FBC30A

Tints of Golden Poppy #FBC30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.19%

R = 55.04%
G = 42.76%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBC30A (or 0xFBC30A) is known color: Golden Poppy. HEX triplet: FB, C3 and 0A. RGB value is (251,195,10). Sum of RGB (Red+Green+Blue) = 251+195+10=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC30A is #043CF5. Grayscale: #BFBFBF. Windows color (decimal): -277750 or 705531. OLE color: 705531.

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

Color convert

RGB 251 195 10 -
CMYK 0 0.22 0.96 0.02
HSL 46.06º 0.97% 0.51% -
HSV(B) 46.06º 0.96% 0.98% -
XYZ 59.35 59.56 8.66 -
YUV 190.65 26.05 171.04 -
System Red Green Blue C M Y K H S L
Decimal 251 195 10 0 0.22 0.96 0.02 46.06 0.97 0.51
Hex FB C3 A 0 16 60 2 2E 61 33
Octal 373 303 12 0 26 140 2 56 141 63
Binary 11111011 11000011 1010 0 10110 1100000 10 101110 1100001 110011

Color Harmonies of #FBC30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC30A

Black with #FBC30A

Text Example


Text Example

White with #FBC30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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