Html Css Color HEX #FAF068 Dolly

📋 copy color: '#FAF068'

red 250 ◦ green 240 ◦ blue 104

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

Shades of Dolly #FAF068

Tints of Dolly #FAF068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.4%

 BLUE value IS 104 (41.02% from 255) = 17.51%

R = 42.09%
G = 40.4%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAF068 (or 0xFAF068) is known color: Dolly. HEX triplet: FA, F0 and 68. RGB value is (250,240,104). Sum of RGB (Red+Green+Blue) = 250+240+104=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 104 (41.02% from 255 or 17.51% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF068 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF068 is #050F97. Grayscale: #E4E4E4. Windows color (decimal): -331672 or 6877434. OLE color: 6877434.

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

Color convert

RGB 250 240 104 -
CMYK 0 0.04 0.58 0.02
HSL 55.89º 0.94% 0.69% -
HSV(B) 55.89º 0.58% 0.98% -
XYZ 73.08 83.64 25.39 -
YUV 227.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 250 240 104 0 0.04 0.58 0.02 55.89 0.94 0.69
Hex FA F0 68 0 4 3A 2 38 5E 45
Octal 372 360 150 0 4 72 2 70 136 105
Binary 11111010 11110000 1101000 0 100 111010 10 111000 1011110 1000101

Color Harmonies of #FAF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF068

Black with #FAF068

Text Example


Text Example

White with #FAF068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF068; }

 p { color: rgb(250,240,104); }

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

background-color css

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

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

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

border-color css

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

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

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