Html Css Color HEX #FBDA5C Dandelion

📋 copy color: '#FBDA5C'

red 251 ◦ green 218 ◦ blue 92

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

Shades of Dandelion #FBDA5C

Tints of Dandelion #FBDA5C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.86%

 BLUE value IS 92 (36.33% from 255) = 16.4%

R = 44.74%
G = 38.86%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBDA5C (or 0xFBDA5C) is known color: Dandelion. HEX triplet: FB, DA and 5C. RGB value is (251,218,92). Sum of RGB (Red+Green+Blue) = 251+218+92=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA5C is #0425A3. Grayscale: #D6D6D6. Windows color (decimal): -271780 or 6085371. OLE color: 6085371.

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

Color convert

RGB 251 218 92 -
CMYK 0 0.13 0.63 0.02
HSL 47.55º 0.95% 0.67% -
HSV(B) 47.55º 0.63% 0.98% -
XYZ 66.79 71.42 20.39 -
YUV 213.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 251 218 92 0 0.13 0.63 0.02 47.55 0.95 0.67
Hex FB DA 5C 0 D 3F 2 30 5F 43
Octal 373 332 134 0 15 77 2 60 137 103
Binary 11111011 11011010 1011100 0 1101 111111 10 110000 1011111 1000011

Color Harmonies of #FBDA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA5C

Black with #FBDA5C

Text Example


Text Example

White with #FBDA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA5C; }

 p { color: rgb(251,218,92); }

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

background-color css

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

 a { background-color: rgb(251,218,92); }

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

border-color css

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

 span { border-color: rgb(251,218,92); }

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