Html Css Color HEX #FCF752 Paris Daisy

📋 copy color: '#FCF752'

red 252 ◦ green 247 ◦ blue 82

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

Shades of Paris Daisy #FCF752

Tints of Paris Daisy #FCF752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.11%

R = 43.37%
G = 42.51%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCF752 (or 0xFCF752) is known color: Paris Daisy. HEX triplet: FC, F7 and 52. RGB value is (252,247,82). Sum of RGB (Red+Green+Blue) = 252+247+82=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 82 (32.42% from 255 or 14.11% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF752 is #0308AD. Grayscale: #E6E6E6. Windows color (decimal): -198830 or 5437436. OLE color: 5437436.

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

Color convert

RGB 252 247 82 -
CMYK 0 0.02 0.67 0.01
HSL 58.24º 0.97% 0.65% -
HSV(B) 58.24º 0.67% 0.99% -
XYZ 74.93 87.83 20.99 -
YUV 229.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 252 247 82 0 0.02 0.67 0.01 58.24 0.97 0.65
Hex FC F7 52 0 2 43 1 3A 61 41
Octal 374 367 122 0 2 103 1 72 141 101
Binary 11111100 11110111 1010010 0 10 1000011 1 111010 1100001 1000001

Color Harmonies of #FCF752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF752

Black with #FCF752

Text Example


Text Example

White with #FCF752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF752; }

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

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

background-color css

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

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

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

border-color css

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

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

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