Html Css Color HEX #FCF83D Paris Daisy

📋 copy color: '#FCF83D'

red 252 ◦ green 248 ◦ blue 61

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

Shades of Paris Daisy #FCF83D

Tints of Paris Daisy #FCF83D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.21%

 BLUE value IS 61 (24.22% from 255) = 10.87%

R = 44.92%
G = 44.21%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCF83D (or 0xFCF83D) is known color: Paris Daisy. HEX triplet: FC, F8 and 3D. RGB value is (252,248,61). Sum of RGB (Red+Green+Blue) = 252+248+61=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 61 (24.22% from 255 or 10.87% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF83D is #0307C2. Grayscale: #E4E4E4. Windows color (decimal): -198595 or 4061436. OLE color: 4061436.

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

Color convert

RGB 252 248 61 -
CMYK 0 0.02 0.76 0.01
HSL 58.74º 0.97% 0.61% -
HSV(B) 58.74º 0.76% 0.99% -
XYZ 74.55 88.17 17.5 -
YUV 227.88 33.83 145.21 -
System Red Green Blue C M Y K H S L
Decimal 252 248 61 0 0.02 0.76 0.01 58.74 0.97 0.61
Hex FC F8 3D 0 2 4C 1 3B 61 3D
Octal 374 370 75 0 2 114 1 73 141 75
Binary 11111100 11111000 111101 0 10 1001100 1 111011 1100001 111101

Color Harmonies of #FCF83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF83D

Black with #FCF83D

Text Example


Text Example

White with #FCF83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF83D; }

 p { color: rgb(252,248,61); }

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

background-color css

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

 a { background-color: rgb(252,248,61); }

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

border-color css

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

 span { border-color: rgb(252,248,61); }

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