Html Css Color HEX #FAF367 Dolly

📋 copy color: '#FAF367'

red 250 ◦ green 243 ◦ blue 103

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

Shades of Dolly #FAF367

Tints of Dolly #FAF367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 17.28%

R = 41.95%
G = 40.77%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAF367 (or 0xFAF367) is known color: Dolly. HEX triplet: FA, F3 and 67. RGB value is (250,243,103). Sum of RGB (Red+Green+Blue) = 250+243+103=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 103 (40.62% from 255 or 17.28% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF367 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF367 is #050C98. Grayscale: #E5E5E5. Windows color (decimal): -330905 or 6812666. OLE color: 6812666.

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

Color convert

RGB 250 243 103 -
CMYK 0 0.03 0.59 0.02
HSL 57.14º 0.94% 0.69% -
HSV(B) 57.14º 0.59% 0.98% -
XYZ 73.92 85.4 25.42 -
YUV 229.13 56.82 142.88 -
System Red Green Blue C M Y K H S L
Decimal 250 243 103 0 0.03 0.59 0.02 57.14 0.94 0.69
Hex FA F3 67 0 3 3B 2 39 5E 45
Octal 372 363 147 0 3 73 2 71 136 105
Binary 11111010 11110011 1100111 0 11 111011 10 111001 1011110 1000101

Color Harmonies of #FAF367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF367

Black with #FAF367

Text Example


Text Example

White with #FAF367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF367; }

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

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

background-color css

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

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

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

border-color css

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

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

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