Html Css Color HEX #FAF36D Dolly

📋 copy color: '#FAF36D'

red 250 ◦ green 243 ◦ blue 109

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

Shades of Dolly #FAF36D

Tints of Dolly #FAF36D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.37%

 BLUE value IS 109 (42.97% from 255) = 18.11%

R = 41.53%
G = 40.37%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAF36D (or 0xFAF36D) is known color: Dolly. HEX triplet: FA, F3 and 6D. RGB value is (250,243,109). Sum of RGB (Red+Green+Blue) = 250+243+109=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 109 (42.97% from 255 or 18.11% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF36D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF36D is #050C92. Grayscale: #E6E6E6. Windows color (decimal): -330899 or 7205882. OLE color: 7205882.

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

Color convert

RGB 250 243 109 -
CMYK 0 0.03 0.56 0.02
HSL 57.02º 0.93% 0.7% -
HSV(B) 57.02º 0.56% 0.98% -
XYZ 74.24 85.53 27.06 -
YUV 229.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 250 243 109 0 0.03 0.56 0.02 57.02 0.93 0.7
Hex FA F3 6D 0 3 38 2 39 5D 46
Octal 372 363 155 0 3 70 2 71 135 106
Binary 11111010 11110011 1101101 0 11 111000 10 111001 1011101 1000110

Color Harmonies of #FAF36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF36D

Black with #FAF36D

Text Example


Text Example

White with #FAF36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF36D; }

 p { color: rgb(250,243,109); }

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

background-color css

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

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

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

border-color css

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

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

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