Html Css Color HEX #FCF448 Paris Daisy

📋 copy color: '#FCF448'

red 252 ◦ green 244 ◦ blue 72

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

Shades of Paris Daisy #FCF448

Tints of Paris Daisy #FCF448

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.96%

 BLUE value IS 72 (28.52% from 255) = 12.68%

R = 44.37%
G = 42.96%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCF448 (or 0xFCF448) is known color: Paris Daisy. HEX triplet: FC, F4 and 48. RGB value is (252,244,72). Sum of RGB (Red+Green+Blue) = 252+244+72=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 72 (28.52% from 255 or 12.68% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF448 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF448 is #030BB7. Grayscale: #E3E3E3. Windows color (decimal): -199608 or 4781308. OLE color: 4781308.

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

Color convert

RGB 252 244 72 -
CMYK 0 0.03 0.71 0.01
HSL 57.33º 0.97% 0.64% -
HSV(B) 57.33º 0.71% 0.99% -
XYZ 73.67 85.86 18.82 -
YUV 226.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 252 244 72 0 0.03 0.71 0.01 57.33 0.97 0.64
Hex FC F4 48 0 3 47 1 39 61 40
Octal 374 364 110 0 3 107 1 71 141 100
Binary 11111100 11110100 1001000 0 11 1000111 1 111001 1100001 1000000

Color Harmonies of #FCF448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF448

Black with #FCF448

Text Example


Text Example

White with #FCF448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF448; }

 p { color: rgb(252,244,72); }

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

background-color css

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

 a { background-color: rgb(252,244,72); }

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

border-color css

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

 span { border-color: rgb(252,244,72); }

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