Html Css Color HEX #FBD465 Dandelion

📋 copy color: '#FBD465'

red 251 ◦ green 212 ◦ blue 101

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

Shades of Dandelion #FBD465

Tints of Dandelion #FBD465

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.59%

 BLUE value IS 101 (39.84% from 255) = 17.91%

R = 44.5%
G = 37.59%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FBD465 (or 0xFBD465) is known color: Dandelion. HEX triplet: FB, D4 and 65. RGB value is (251,212,101). Sum of RGB (Red+Green+Blue) = 251+212+101=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD465 is #042B9A. Grayscale: #D3D3D3. Windows color (decimal): -273307 or 6673659. OLE color: 6673659.

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

Color convert

RGB 251 212 101 -
CMYK 0 0.16 0.60 0.02
HSL 44.4º 0.95% 0.69% -
HSV(B) 44.4º 0.6% 0.98% -
XYZ 65.68 68.54 22.08 -
YUV 211.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 251 212 101 0 0.16 0.60 0.02 44.4 0.95 0.69
Hex FB D4 65 0 10 3C 2 2C 5F 45
Octal 373 324 145 0 20 74 2 54 137 105
Binary 11111011 11010100 1100101 0 10000 111100 10 101100 1011111 1000101

Color Harmonies of #FBD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD465

Black with #FBD465

Text Example


Text Example

White with #FBD465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD465; }

 p { color: rgb(251,212,101); }

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

background-color css

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

 a { background-color: rgb(251,212,101); }

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

border-color css

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

 span { border-color: rgb(251,212,101); }

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