Html Css Color HEX #FAF64C Paris Daisy

📋 copy color: '#FAF64C'

red 250 ◦ green 246 ◦ blue 76

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

Shades of Paris Daisy #FAF64C

Tints of Paris Daisy #FAF64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.29%

R = 43.71%
G = 43.01%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAF64C (or 0xFAF64C) is known color: Paris Daisy. HEX triplet: FA, F6 and 4C. RGB value is (250,246,76). Sum of RGB (Red+Green+Blue) = 250+246+76=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 76 (30.08% from 255 or 13.29% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF64C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF64C is #0509B3. Grayscale: #E4E4E4. Windows color (decimal): -330164 or 5043962. OLE color: 5043962.

HSL color Cylindrical-coordinate representation of color #FAF64C: hue angle of 58.62º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAF64C is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 246 76 -
CMYK 0 0.02 0.70 0.02
HSL 58.62º 0.95% 0.64% -
HSV(B) 58.62º 0.7% 0.98% -
XYZ 73.68 86.76 19.7 -
YUV 227.82 42.33 143.82 -
System Red Green Blue C M Y K H S L
Decimal 250 246 76 0 0.02 0.70 0.02 58.62 0.95 0.64
Hex FA F6 4C 0 2 46 2 3B 5F 40
Octal 372 366 114 0 2 106 2 73 137 100
Binary 11111010 11110110 1001100 0 10 1000110 10 111011 1011111 1000000

Color Harmonies of #FAF64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF64C

Black with #FAF64C

Text Example


Text Example

White with #FAF64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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