Html Css Color HEX #FBFD7A Dolly

📋 copy color: '#FBFD7A'

red 251 ◦ green 253 ◦ blue 122

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

Shades of Dolly #FBFD7A

Tints of Dolly #FBFD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.42%

 BLUE value IS 122 (48.05% from 255) = 19.49%

R = 40.1%
G = 40.42%
B = 19.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FBFD7A (or 0xFBFD7A) is known color: Dolly. HEX triplet: FB, FD and 7A. RGB value is (251,253,122). Sum of RGB (Red+Green+Blue) = 251+253+122=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 122 (48.05% from 255 or 19.49% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFD7A is #040285. Grayscale: #EDEDED. Windows color (decimal): -262790 or 8060411. OLE color: 8060411.

HSL color Cylindrical-coordinate representation of color #FBFD7A: hue angle of 60.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBFD7A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 253 122 -
CMYK 0.01 0 0.52 0.01
HSL 60.92º 0.97% 0.74% -
HSV(B) 60.92º 0.52% 0.99% -
XYZ 78.42 92.16 32.07 -
YUV 237.47 62.84 137.65 -
System Red Green Blue C M Y K H S L
Decimal 251 253 122 0.01 0 0.52 0.01 60.92 0.97 0.74
Hex FB FD 7A 1 0 34 1 3D 61 4A
Octal 373 375 172 1 0 64 1 75 141 112
Binary 11111011 11111101 1111010 1 0 110100 1 111101 1100001 1001010

Color Harmonies of #FBFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFD7A

Black with #FBFD7A

Text Example


Text Example

White with #FBFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFD7A; }

 p { color: rgb(251,253,122); }

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

background-color css

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

 a { background-color: rgb(251,253,122); }

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

border-color css

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

 span { border-color: rgb(251,253,122); }

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