Html Css Color HEX #FCF045 Paris Daisy

📋 copy color: '#FCF045'

red 252 ◦ green 240 ◦ blue 69

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

Shades of Paris Daisy #FCF045

Tints of Paris Daisy #FCF045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.3%

R = 44.92%
G = 42.78%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCF045 (or 0xFCF045) is known color: Paris Daisy. HEX triplet: FC, F0 and 45. RGB value is (252,240,69). Sum of RGB (Red+Green+Blue) = 252+240+69=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 69 (27.34% from 255 or 12.30% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF045 is #030FBA. Grayscale: #E0E0E0. Windows color (decimal): -200635 or 4583676. OLE color: 4583676.

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

Color convert

RGB 252 240 69 -
CMYK 0 0.05 0.73 0.01
HSL 56.07º 0.97% 0.63% -
HSV(B) 56.07º 0.73% 0.99% -
XYZ 72.38 83.45 17.92 -
YUV 224.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 252 240 69 0 0.05 0.73 0.01 56.07 0.97 0.63
Hex FC F0 45 0 5 49 1 38 61 3F
Octal 374 360 105 0 5 111 1 70 141 77
Binary 11111100 11110000 1000101 0 101 1001001 1 111000 1100001 111111

Color Harmonies of #FCF045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF045

Black with #FCF045

Text Example


Text Example

White with #FCF045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF045; }

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

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

background-color css

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

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

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

border-color css

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

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

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