Html Css Color HEX #FBF96E Dolly

📋 copy color: '#FBF96E'

red 251 ◦ green 249 ◦ blue 110

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

Shades of Dolly #FBF96E

Tints of Dolly #FBF96E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.82%

 BLUE value IS 110 (43.36% from 255) = 18.03%

R = 41.15%
G = 40.82%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FBF96E (or 0xFBF96E) is known color: Dolly. HEX triplet: FB, F9 and 6E. RGB value is (251,249,110). Sum of RGB (Red+Green+Blue) = 251+249+110=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 110 (43.36% from 255 or 18.03% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF96E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF96E is #040691. Grayscale: #EAEAEA. Windows color (decimal): -263826 or 7272955. OLE color: 7272955.

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

Color convert

RGB 251 249 110 -
CMYK 0 0.01 0.56 0.02
HSL 59.15º 0.95% 0.71% -
HSV(B) 59.15º 0.56% 0.98% -
XYZ 76.47 89.39 27.97 -
YUV 233.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 251 249 110 0 0.01 0.56 0.02 59.15 0.95 0.71
Hex FB F9 6E 0 1 38 2 3B 5F 47
Octal 373 371 156 0 1 70 2 73 137 107
Binary 11111011 11111001 1101110 0 1 111000 10 111011 1011111 1000111

Color Harmonies of #FBF96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF96E

Black with #FBF96E

Text Example


Text Example

White with #FBF96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF96E; }

 p { color: rgb(251,249,110); }

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

background-color css

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

 a { background-color: rgb(251,249,110); }

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

border-color css

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

 span { border-color: rgb(251,249,110); }

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