Html Css Color HEX #FBC60D Golden Poppy

📋 copy color: '#FBC60D'

red 251 ◦ green 198 ◦ blue 13

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

Shades of Golden Poppy #FBC60D

Tints of Golden Poppy #FBC60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.86%

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

R = 54.33%
G = 42.86%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBC60D (or 0xFBC60D) is known color: Golden Poppy. HEX triplet: FB, C6 and 0D. RGB value is (251,198,13). Sum of RGB (Red+Green+Blue) = 251+198+13=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC60D is #0439F2. Grayscale: #C1C1C1. Windows color (decimal): -276979 or 902907. OLE color: 902907.

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

Color convert

RGB 251 198 13 -
CMYK 0 0.21 0.95 0.02
HSL 46.64º 0.97% 0.52% -
HSV(B) 46.64º 0.95% 0.98% -
XYZ 60.05 60.93 8.98 -
YUV 192.76 26.56 169.54 -
System Red Green Blue C M Y K H S L
Decimal 251 198 13 0 0.21 0.95 0.02 46.64 0.97 0.52
Hex FB C6 D 0 15 5F 2 2F 61 34
Octal 373 306 15 0 25 137 2 57 141 64
Binary 11111011 11000110 1101 0 10101 1011111 10 101111 1100001 110100

Color Harmonies of #FBC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC60D

Black with #FBC60D

Text Example


Text Example

White with #FBC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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