Html Css Color HEX #FAF650 Paris Daisy

📋 copy color: '#FAF650'

red 250 ◦ green 246 ◦ blue 80

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

Shades of Paris Daisy #FAF650

Tints of Paris Daisy #FAF650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.89%

R = 43.4%
G = 42.71%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAF650 (or 0xFAF650) is known color: Paris Daisy. HEX triplet: FA, F6 and 50. RGB value is (250,246,80). Sum of RGB (Red+Green+Blue) = 250+246+80=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 80 (31.64% from 255 or 13.89% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF650 is #0509AF. Grayscale: #E4E4E4. Windows color (decimal): -330160 or 5306106. OLE color: 5306106.

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

Color convert

RGB 250 246 80 -
CMYK 0 0.02 0.68 0.02
HSL 58.59º 0.94% 0.65% -
HSV(B) 58.59º 0.68% 0.98% -
XYZ 73.83 86.81 20.46 -
YUV 228.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 250 246 80 0 0.02 0.68 0.02 58.59 0.94 0.65
Hex FA F6 50 0 2 44 2 3B 5E 41
Octal 372 366 120 0 2 104 2 73 136 101
Binary 11111010 11110110 1010000 0 10 1000100 10 111011 1011110 1000001

Color Harmonies of #FAF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF650

Black with #FAF650

Text Example


Text Example

White with #FAF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF650; }

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

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

background-color css

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

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

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

border-color css

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

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

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