Html Css Color HEX #FAF369 Dolly

📋 copy color: '#FAF369'

red 250 ◦ green 243 ◦ blue 105

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

Shades of Dolly #FAF369

Tints of Dolly #FAF369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 17.56%

R = 41.81%
G = 40.64%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAF369 (or 0xFAF369) is known color: Dolly. HEX triplet: FA, F3 and 69. RGB value is (250,243,105). Sum of RGB (Red+Green+Blue) = 250+243+105=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 105 (41.41% from 255 or 17.56% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF369 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF369 is #050C96. Grayscale: #E5E5E5. Windows color (decimal): -330903 or 6943738. OLE color: 6943738.

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

Color convert

RGB 250 243 105 -
CMYK 0 0.03 0.58 0.02
HSL 57.1º 0.94% 0.7% -
HSV(B) 57.1º 0.58% 0.98% -
XYZ 74.02 85.45 25.96 -
YUV 229.36 57.82 142.72 -
System Red Green Blue C M Y K H S L
Decimal 250 243 105 0 0.03 0.58 0.02 57.1 0.94 0.7
Hex FA F3 69 0 3 3A 2 39 5E 46
Octal 372 363 151 0 3 72 2 71 136 106
Binary 11111010 11110011 1101001 0 11 111010 10 111001 1011110 1000110

Color Harmonies of #FAF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF369

Black with #FAF369

Text Example


Text Example

White with #FAF369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF369; }

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

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

background-color css

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

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

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

border-color css

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

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

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