Html Css Color HEX #FBCD60 Dandelion

📋 copy color: '#FBCD60'

red 251 ◦ green 205 ◦ blue 96

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

Shades of Dandelion #FBCD60

Tints of Dandelion #FBCD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.39%

R = 45.47%
G = 37.14%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FBCD60 (or 0xFBCD60) is known color: Dandelion. HEX triplet: FB, CD and 60. RGB value is (251,205,96). Sum of RGB (Red+Green+Blue) = 251+205+96=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCD60 is #04329F. Grayscale: #CECECE. Windows color (decimal): -275104 or 6344187. OLE color: 6344187.

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

Color convert

RGB 251 205 96 -
CMYK 0 0.18 0.62 0.02
HSL 42.19º 0.95% 0.68% -
HSV(B) 42.19º 0.62% 0.98% -
XYZ 63.73 65.02 20.26 -
YUV 206.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 251 205 96 0 0.18 0.62 0.02 42.19 0.95 0.68
Hex FB CD 60 0 12 3E 2 2A 5F 44
Octal 373 315 140 0 22 76 2 52 137 104
Binary 11111011 11001101 1100000 0 10010 111110 10 101010 1011111 1000100

Color Harmonies of #FBCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD60

Black with #FBCD60

Text Example


Text Example

White with #FBCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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