Html Css Color HEX #FAF466 Dolly

📋 copy color: '#FAF466'

red 250 ◦ green 244 ◦ blue 102

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

Shades of Dolly #FAF466

Tints of Dolly #FAF466

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.94%

 BLUE value IS 102 (40.23% from 255) = 17.11%

R = 41.95%
G = 40.94%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAF466 (or 0xFAF466) is known color: Dolly. HEX triplet: FA, F4 and 66. RGB value is (250,244,102). Sum of RGB (Red+Green+Blue) = 250+244+102=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 102 (40.23% from 255 or 17.11% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF466 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF466 is #050B99. Grayscale: #E6E6E6. Windows color (decimal): -330650 or 6747386. OLE color: 6747386.

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

Color convert

RGB 250 244 102 -
CMYK 0 0.02 0.59 0.02
HSL 57.57º 0.94% 0.69% -
HSV(B) 57.57º 0.59% 0.98% -
XYZ 74.17 85.98 25.26 -
YUV 229.61 55.99 142.55 -
System Red Green Blue C M Y K H S L
Decimal 250 244 102 0 0.02 0.59 0.02 57.57 0.94 0.69
Hex FA F4 66 0 2 3B 2 3A 5E 45
Octal 372 364 146 0 2 73 2 72 136 105
Binary 11111010 11110100 1100110 0 10 111011 10 111010 1011110 1000101

Color Harmonies of #FAF466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF466

Black with #FAF466

Text Example


Text Example

White with #FAF466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF466; }

 p { color: rgb(250,244,102); }

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

background-color css

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

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

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

border-color css

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

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

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