Html Css Color HEX #FBCD64 Dandelion

📋 copy color: '#FBCD64'

red 251 ◦ green 205 ◦ blue 100

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

Shades of Dandelion #FBCD64

Tints of Dandelion #FBCD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.87%

 BLUE value IS 100 (39.45% from 255) = 17.99%

R = 45.14%
G = 36.87%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBCD64 (or 0xFBCD64) is known color: Dandelion. HEX triplet: FB, CD and 64. RGB value is (251,205,100). Sum of RGB (Red+Green+Blue) = 251+205+100=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCD64 is #04329B. Grayscale: #CFCFCF. Windows color (decimal): -275100 or 6606331. OLE color: 6606331.

HSL color Cylindrical-coordinate representation of color #FBCD64: hue angle of 41.72º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBCD64 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 100 -
CMYK 0 0.18 0.60 0.02
HSL 41.72º 0.95% 0.69% -
HSV(B) 41.72º 0.6% 0.98% -
XYZ 63.92 65.09 21.25 -
YUV 206.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 251 205 100 0 0.18 0.60 0.02 41.72 0.95 0.69
Hex FB CD 64 0 12 3C 2 2A 5F 45
Octal 373 315 144 0 22 74 2 52 137 105
Binary 11111011 11001101 1100100 0 10010 111100 10 101010 1011111 1000101

Color Harmonies of #FBCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD64

Black with #FBCD64

Text Example


Text Example

White with #FBCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD64; }

 p { color: rgb(251,205,100); }

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

background-color css

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

 a { background-color: rgb(251,205,100); }

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

border-color css

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

 span { border-color: rgb(251,205,100); }

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