Html Css Color HEX #FAFA75 Dolly

📋 copy color: '#FAFA75'

red 250 ◦ green 250 ◦ blue 117

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

Shades of Dolly #FAFA75

Tints of Dolly #FAFA75

RGB

 RED value IS 250 (98.05% from 255) = 40.52%

 GREEN value IS 250 (98.05% from 255) = 40.52%

 BLUE value IS 117 (46.09% from 255) = 18.96%

R = 40.52%
G = 40.52%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAFA75 (or 0xFAFA75) is known color: Dolly. HEX triplet: FA, FA and 75. RGB value is (250,250,117). Sum of RGB (Red+Green+Blue) = 250+250+117=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 117 (46.09% from 255 or 18.96% from 617); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA75 is #05058A. Grayscale: #EBEBEB. Windows color (decimal): -329099 or 7731962. OLE color: 7731962.

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

Color convert

RGB 250 250 117 -
CMYK 0 0 0.53 0.02
HSL 60º 0.93% 0.72% -
HSV(B) 60º 0.53% 0.98% -
XYZ 76.82 89.98 30.15 -
YUV 234.84 61.5 138.81 -
System Red Green Blue C M Y K H S L
Decimal 250 250 117 0 0 0.53 0.02 60 0.93 0.72
Hex FA FA 75 0 0 35 2 3C 5D 48
Octal 372 372 165 0 0 65 2 74 135 110
Binary 11111010 11111010 1110101 0 0 110101 10 111100 1011101 1001000

Color Harmonies of #FAFA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA75

Black with #FAFA75

Text Example


Text Example

White with #FAFA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA75; }

 p { color: rgb(250,250,117); }

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

background-color css

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

 a { background-color: rgb(250,250,117); }

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

border-color css

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

 span { border-color: rgb(250,250,117); }

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