Html Css Color HEX #FCF140 Paris Daisy

📋 copy color: '#FCF140'

red 252 ◦ green 241 ◦ blue 64

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

Shades of Paris Daisy #FCF140

Tints of Paris Daisy #FCF140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.27%

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

R = 45.24%
G = 43.27%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCF140 (or 0xFCF140) is known color: Paris Daisy. HEX triplet: FC, F1 and 40. RGB value is (252,241,64). Sum of RGB (Red+Green+Blue) = 252+241+64=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 64 (25.39% from 255 or 11.49% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF140 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF140 is #030EBF. Grayscale: #E0E0E0. Windows color (decimal): -200384 or 4256252. OLE color: 4256252.

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

Color convert

RGB 252 241 64 -
CMYK 0 0.04 0.75 0.01
HSL 56.49º 0.97% 0.62% -
HSV(B) 56.49º 0.75% 0.99% -
XYZ 72.53 83.98 17.24 -
YUV 224.11 37.64 147.89 -
System Red Green Blue C M Y K H S L
Decimal 252 241 64 0 0.04 0.75 0.01 56.49 0.97 0.62
Hex FC F1 40 0 4 4B 1 38 61 3E
Octal 374 361 100 0 4 113 1 70 141 76
Binary 11111100 11110001 1000000 0 100 1001011 1 111000 1100001 111110

Color Harmonies of #FCF140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF140

Black with #FCF140

Text Example


Text Example

White with #FCF140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF140; }

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

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

background-color css

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

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

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

border-color css

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

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

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