Html Css Color HEX #FCF047 Paris Daisy

📋 copy color: '#FCF047'

red 252 ◦ green 240 ◦ blue 71

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

Shades of Paris Daisy #FCF047

Tints of Paris Daisy #FCF047

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.63%

 BLUE value IS 71 (28.13% from 255) = 12.61%

R = 44.76%
G = 42.63%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCF047 (or 0xFCF047) is known color: Paris Daisy. HEX triplet: FC, F0 and 47. RGB value is (252,240,71). Sum of RGB (Red+Green+Blue) = 252+240+71=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 71 (28.12% from 255 or 12.61% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF047 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF047 is #030FB8. Grayscale: #E1E1E1. Windows color (decimal): -200633 or 4714748. OLE color: 4714748.

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

Color convert

RGB 252 240 71 -
CMYK 0 0.05 0.72 0.01
HSL 56.02º 0.97% 0.63% -
HSV(B) 56.02º 0.72% 0.99% -
XYZ 72.44 83.47 18.25 -
YUV 224.32 41.48 147.74 -
System Red Green Blue C M Y K H S L
Decimal 252 240 71 0 0.05 0.72 0.01 56.02 0.97 0.63
Hex FC F0 47 0 5 48 1 38 61 3F
Octal 374 360 107 0 5 110 1 70 141 77
Binary 11111100 11110000 1000111 0 101 1001000 1 111000 1100001 111111

Color Harmonies of #FCF047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF047

Black with #FCF047

Text Example


Text Example

White with #FCF047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF047; }

 p { color: rgb(252,240,71); }

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

background-color css

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

 a { background-color: rgb(252,240,71); }

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

border-color css

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

 span { border-color: rgb(252,240,71); }

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