Html Css Color HEX #FCF650 Paris Daisy

📋 copy color: '#FCF650'

red 252 ◦ green 246 ◦ blue 80

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

Shades of Paris Daisy #FCF650

Tints of Paris Daisy #FCF650

RGB

 RED value IS 252 (98.83% from 255) = 43.6%

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

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

R = 43.6%
G = 42.56%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCF650 (or 0xFCF650) is known color: Paris Daisy. HEX triplet: FC, F6 and 50. RGB value is (252,246,80). Sum of RGB (Red+Green+Blue) = 252+246+80=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 80 (31.64% from 255 or 13.84% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF650 is #0309AF. Grayscale: #E5E5E5. Windows color (decimal): -199088 or 5306108. OLE color: 5306108.

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

Color convert

RGB 252 246 80 -
CMYK 0 0.02 0.68 0.01
HSL 57.91º 0.97% 0.65% -
HSV(B) 57.91º 0.68% 0.99% -
XYZ 74.55 87.19 20.49 -
YUV 228.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 252 246 80 0 0.02 0.68 0.01 57.91 0.97 0.65
Hex FC F6 50 0 2 44 1 3A 61 41
Octal 374 366 120 0 2 104 1 72 141 101
Binary 11111100 11110110 1010000 0 10 1000100 1 111010 1100001 1000001

Color Harmonies of #FCF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF650

Black with #FCF650

Text Example


Text Example

White with #FCF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF650; }

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

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

background-color css

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

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

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

border-color css

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

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

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