Html Css Color HEX #FBD46A Dandelion

📋 copy color: '#FBD46A'

red 251 ◦ green 212 ◦ blue 106

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

Shades of Dandelion #FBD46A

Tints of Dandelion #FBD46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.63%

R = 44.11%
G = 37.26%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FBD46A (or 0xFBD46A) is known color: Dandelion. HEX triplet: FB, D4 and 6A. RGB value is (251,212,106). Sum of RGB (Red+Green+Blue) = 251+212+106=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD46A is #042B95. Grayscale: #D4D4D4. Windows color (decimal): -273302 or 7001339. OLE color: 7001339.

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

Color convert

RGB 251 212 106 -
CMYK 0 0.16 0.58 0.02
HSL 43.86º 0.95% 0.7% -
HSV(B) 43.86º 0.58% 0.98% -
XYZ 65.93 68.64 23.41 -
YUV 211.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 251 212 106 0 0.16 0.58 0.02 43.86 0.95 0.7
Hex FB D4 6A 0 10 3A 2 2C 5F 46
Octal 373 324 152 0 20 72 2 54 137 106
Binary 11111011 11010100 1101010 0 10000 111010 10 101100 1011111 1000110

Color Harmonies of #FBD46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD46A

Black with #FBD46A

Text Example


Text Example

White with #FBD46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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