Html Css Color HEX #FCF153 Paris Daisy

📋 copy color: '#FCF153'

red 252 ◦ green 241 ◦ blue 83

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

Shades of Paris Daisy #FCF153

Tints of Paris Daisy #FCF153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.41%

R = 43.75%
G = 41.84%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCF153 (or 0xFCF153) is known color: Paris Daisy. HEX triplet: FC, F1 and 53. RGB value is (252,241,83). Sum of RGB (Red+Green+Blue) = 252+241+83=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 83 (32.81% from 255 or 14.41% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF153 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF153 is #030EAC. Grayscale: #E2E2E2. Windows color (decimal): -200365 or 5501436. OLE color: 5501436.

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

Color convert

RGB 252 241 83 -
CMYK 0 0.04 0.67 0.01
HSL 56.09º 0.97% 0.66% -
HSV(B) 56.09º 0.67% 0.99% -
XYZ 73.16 84.23 20.59 -
YUV 226.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 252 241 83 0 0.04 0.67 0.01 56.09 0.97 0.66
Hex FC F1 53 0 4 43 1 38 61 42
Octal 374 361 123 0 4 103 1 70 141 102
Binary 11111100 11110001 1010011 0 100 1000011 1 111000 1100001 1000010

Color Harmonies of #FCF153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF153

Black with #FCF153

Text Example


Text Example

White with #FCF153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF153; }

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

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

background-color css

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

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

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

border-color css

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

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

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