Html Css Color HEX #FCF740 Paris Daisy

📋 copy color: '#FCF740'

red 252 ◦ green 247 ◦ blue 64

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

Shades of Paris Daisy #FCF740

Tints of Paris Daisy #FCF740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.37%

R = 44.76%
G = 43.87%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCF740 (or 0xFCF740) is known color: Paris Daisy. HEX triplet: FC, F7 and 40. RGB value is (252,247,64). Sum of RGB (Red+Green+Blue) = 252+247+64=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 64 (25.39% from 255 or 11.37% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF740 is #0308BF. Grayscale: #E4E4E4. Windows color (decimal): -198848 or 4257788. OLE color: 4257788.

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

Color convert

RGB 252 247 64 -
CMYK 0 0.02 0.75 0.01
HSL 58.4º 0.97% 0.62% -
HSV(B) 58.4º 0.75% 0.99% -
XYZ 74.33 87.59 17.84 -
YUV 227.63 35.66 145.38 -
System Red Green Blue C M Y K H S L
Decimal 252 247 64 0 0.02 0.75 0.01 58.4 0.97 0.62
Hex FC F7 40 0 2 4B 1 3A 61 3E
Octal 374 367 100 0 2 113 1 72 141 76
Binary 11111100 11110111 1000000 0 10 1001011 1 111010 1100001 111110

Color Harmonies of #FCF740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF740

Black with #FCF740

Text Example


Text Example

White with #FCF740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF740; }

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

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

background-color css

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

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

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

border-color css

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

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

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