Html Css Color HEX #FAF267 Dolly

📋 copy color: '#FAF267'

red 250 ◦ green 242 ◦ blue 103

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

Shades of Dolly #FAF267

Tints of Dolly #FAF267

RGB

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

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

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

R = 42.02%
G = 40.67%
B = 17.31%

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

#FAF267 (or 0xFAF267) is known color: Dolly. HEX triplet: FA, F2 and 67. RGB value is (250,242,103). Sum of RGB (Red+Green+Blue) = 250+242+103=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 103 (40.62% from 255 or 17.31% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF267 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF267 is #050D98. Grayscale: #E5E5E5. Windows color (decimal): -331161 or 6812410. OLE color: 6812410.

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

Color convert

RGB 250 242 103 -
CMYK 0 0.03 0.59 0.02
HSL 56.73º 0.94% 0.69% -
HSV(B) 56.73º 0.59% 0.98% -
XYZ 73.62 84.81 25.32 -
YUV 228.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 250 242 103 0 0.03 0.59 0.02 56.73 0.94 0.69
Hex FA F2 67 0 3 3B 2 39 5E 45
Octal 372 362 147 0 3 73 2 71 136 105
Binary 11111010 11110010 1100111 0 11 111011 10 111001 1011110 1000101

Color Harmonies of #FAF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF267

Black with #FAF267

Text Example


Text Example

White with #FAF267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF267; }

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

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

background-color css

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

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

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

border-color css

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

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

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