Html Css Color HEX #FAF653 Paris Daisy

📋 copy color: '#FAF653'

red 250 ◦ green 246 ◦ blue 83

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

Shades of Paris Daisy #FAF653

Tints of Paris Daisy #FAF653

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.49%

 BLUE value IS 83 (32.81% from 255) = 14.34%

R = 43.18%
G = 42.49%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAF653 (or 0xFAF653) is known color: Paris Daisy. HEX triplet: FA, F6 and 53. RGB value is (250,246,83). Sum of RGB (Red+Green+Blue) = 250+246+83=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 83 (32.81% from 255 or 14.34% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF653 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF653 is #0509AC. Grayscale: #E5E5E5. Windows color (decimal): -330157 or 5502714. OLE color: 5502714.

HSL color Cylindrical-coordinate representation of color #FAF653: hue angle of 58.56º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAF653 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 246 83 -
CMYK 0 0.02 0.67 0.02
HSL 58.56º 0.94% 0.65% -
HSV(B) 58.56º 0.67% 0.98% -
XYZ 73.94 86.86 21.05 -
YUV 228.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 250 246 83 0 0.02 0.67 0.02 58.56 0.94 0.65
Hex FA F6 53 0 2 43 2 3B 5E 41
Octal 372 366 123 0 2 103 2 73 136 101
Binary 11111010 11110110 1010011 0 10 1000011 10 111011 1011110 1000001

Color Harmonies of #FAF653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF653

Black with #FAF653

Text Example


Text Example

White with #FAF653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF653; }

 p { color: rgb(250,246,83); }

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

background-color css

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

 a { background-color: rgb(250,246,83); }

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

border-color css

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

 span { border-color: rgb(250,246,83); }

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