Html Css Color HEX #FCF750 Paris Daisy

📋 copy color: '#FCF750'

red 252 ◦ green 247 ◦ blue 80

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

Shades of Paris Daisy #FCF750

Tints of Paris Daisy #FCF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.66%

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

R = 43.52%
G = 42.66%
B = 13.82%

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

#FCF750 (or 0xFCF750) is known color: Paris Daisy. HEX triplet: FC, F7 and 50. RGB value is (252,247,80). Sum of RGB (Red+Green+Blue) = 252+247+80=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 80 (31.64% from 255 or 13.82% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF750 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF750 is #0308AF. Grayscale: #E6E6E6. Windows color (decimal): -198832 or 5306364. OLE color: 5306364.

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

Color convert

RGB 252 247 80 -
CMYK 0 0.02 0.68 0.01
HSL 58.26º 0.97% 0.65% -
HSV(B) 58.26º 0.68% 0.99% -
XYZ 74.85 87.8 20.59 -
YUV 229.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 252 247 80 0 0.02 0.68 0.01 58.26 0.97 0.65
Hex FC F7 50 0 2 44 1 3A 61 41
Octal 374 367 120 0 2 104 1 72 141 101
Binary 11111100 11110111 1010000 0 10 1000100 1 111010 1100001 1000001

Color Harmonies of #FCF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF750

Black with #FCF750

Text Example


Text Example

White with #FCF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF750; }

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

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

background-color css

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

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

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

border-color css

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

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

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