Html Css Color HEX #FBF770 Dolly

📋 copy color: '#FBF770'

red 251 ◦ green 247 ◦ blue 112

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

Shades of Dolly #FBF770

Tints of Dolly #FBF770

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.49%

 BLUE value IS 112 (44.14% from 255) = 18.36%

R = 41.15%
G = 40.49%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBF770 (or 0xFBF770) is known color: Dolly. HEX triplet: FB, F7 and 70. RGB value is (251,247,112). Sum of RGB (Red+Green+Blue) = 251+247+112=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 247 (96.88% from 255 or 40.49% from 610); Blue value is 112 (44.14% from 255 or 18.36% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF770 is #04088F. Grayscale: #E9E9E9. Windows color (decimal): -264336 or 7403515. OLE color: 7403515.

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

Color convert

RGB 251 247 112 -
CMYK 0 0.02 0.55 0.02
HSL 58.27º 0.95% 0.71% -
HSV(B) 58.27º 0.55% 0.98% -
XYZ 75.97 88.2 28.35 -
YUV 232.81 59.83 140.98 -
System Red Green Blue C M Y K H S L
Decimal 251 247 112 0 0.02 0.55 0.02 58.27 0.95 0.71
Hex FB F7 70 0 2 37 2 3A 5F 47
Octal 373 367 160 0 2 67 2 72 137 107
Binary 11111011 11110111 1110000 0 10 110111 10 111010 1011111 1000111

Color Harmonies of #FBF770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF770

Black with #FBF770

Text Example


Text Example

White with #FBF770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF770; }

 p { color: rgb(251,247,112); }

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

background-color css

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

 a { background-color: rgb(251,247,112); }

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

border-color css

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

 span { border-color: rgb(251,247,112); }

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