Html Css Color HEX #FAF268 Dolly

📋 copy color: '#FAF268'

red 250 ◦ green 242 ◦ blue 104

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

Shades of Dolly #FAF268

Tints of Dolly #FAF268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.6%

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

R = 41.95%
G = 40.6%
B = 17.45%

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

#FAF268 (or 0xFAF268) is known color: Dolly. HEX triplet: FA, F2 and 68. RGB value is (250,242,104). Sum of RGB (Red+Green+Blue) = 250+242+104=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 104 (41.02% from 255 or 17.45% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF268 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF268 is #050D97. Grayscale: #E5E5E5. Windows color (decimal): -331160 or 6877946. OLE color: 6877946.

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

Color convert

RGB 250 242 104 -
CMYK 0 0.03 0.58 0.02
HSL 56.71º 0.94% 0.69% -
HSV(B) 56.71º 0.58% 0.98% -
XYZ 73.68 84.83 25.59 -
YUV 228.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 250 242 104 0 0.03 0.58 0.02 56.71 0.94 0.69
Hex FA F2 68 0 3 3A 2 39 5E 45
Octal 372 362 150 0 3 72 2 71 136 105
Binary 11111010 11110010 1101000 0 11 111010 10 111001 1011110 1000101

Color Harmonies of #FAF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF268

Black with #FAF268

Text Example


Text Example

White with #FAF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF268; }

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

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

background-color css

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

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

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

border-color css

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

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

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