Html Css Color HEX #FBF66A Dolly

📋 copy color: '#FBF66A'

red 251 ◦ green 246 ◦ blue 106

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

Shades of Dolly #FBF66A

Tints of Dolly #FBF66A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.8%

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

R = 41.63%
G = 40.8%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FBF66A (or 0xFBF66A) is known color: Dolly. HEX triplet: FB, F6 and 6A. RGB value is (251,246,106). Sum of RGB (Red+Green+Blue) = 251+246+106=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 106 (41.80% from 255 or 17.58% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF66A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF66A is #040995. Grayscale: #E8E8E8. Windows color (decimal): -264598 or 7010043. OLE color: 7010043.

HSL color Cylindrical-coordinate representation of color #FBF66A: hue angle of 57.93º 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 #FBF66A is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 246 106 -
CMYK 0 0.02 0.58 0.02
HSL 57.93º 0.95% 0.7% -
HSV(B) 57.93º 0.58% 0.98% -
XYZ 75.34 87.46 26.55 -
YUV 231.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 251 246 106 0 0.02 0.58 0.02 57.93 0.95 0.7
Hex FB F6 6A 0 2 3A 2 3A 5F 46
Octal 373 366 152 0 2 72 2 72 137 106
Binary 11111011 11110110 1101010 0 10 111010 10 111010 1011111 1000110

Color Harmonies of #FBF66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF66A

Black with #FBF66A

Text Example


Text Example

White with #FBF66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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