Html Css Color HEX #FBC30D Golden Poppy

📋 copy color: '#FBC30D'

red 251 ◦ green 195 ◦ blue 13

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

Shades of Golden Poppy #FBC30D

Tints of Golden Poppy #FBC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.83%

R = 54.68%
G = 42.48%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBC30D (or 0xFBC30D) is known color: Golden Poppy. HEX triplet: FB, C3 and 0D. RGB value is (251,195,13). Sum of RGB (Red+Green+Blue) = 251+195+13=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC30D is #043CF2. Grayscale: #BFBFBF. Windows color (decimal): -277747 or 902139. OLE color: 902139.

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

Color convert

RGB 251 195 13 -
CMYK 0 0.22 0.95 0.02
HSL 45.88º 0.97% 0.52% -
HSV(B) 45.88º 0.95% 0.98% -
XYZ 59.37 59.57 8.75 -
YUV 191 27.55 170.8 -
System Red Green Blue C M Y K H S L
Decimal 251 195 13 0 0.22 0.95 0.02 45.88 0.97 0.52
Hex FB C3 D 0 16 5F 2 2E 61 34
Octal 373 303 15 0 26 137 2 56 141 64
Binary 11111011 11000011 1101 0 10110 1011111 10 101110 1100001 110100

Color Harmonies of #FBC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC30D

Black with #FBC30D

Text Example


Text Example

White with #FBC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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