Html Css Color HEX #FCF498 Pale Prim

📋 copy color: '#FCF498'

red 252 ◦ green 244 ◦ blue 152

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

Shades of Pale Prim #FCF498

Tints of Pale Prim #FCF498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 23.46%

R = 38.89%
G = 37.65%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCF498 (or 0xFCF498) is known color: Pale Prim. HEX triplet: FC, F4 and 98. RGB value is (252,244,152). Sum of RGB (Red+Green+Blue) = 252+244+152=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 152 (59.77% from 255 or 23.46% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF498 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF498 is #030B67. Grayscale: #ECECEC. Windows color (decimal): -199528 or 10024188. OLE color: 10024188.

HSL color Cylindrical-coordinate representation of color #FCF498: hue angle of 55.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCF498 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 244 152 -
CMYK 0 0.03 0.40 0.01
HSL 55.2º 0.94% 0.79% -
HSV(B) 55.2º 0.4% 0.99% -
XYZ 78.16 87.66 42.51 -
YUV 235.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 252 244 152 0 0.03 0.40 0.01 55.2 0.94 0.79
Hex FC F4 98 0 3 28 1 37 5E 4F
Octal 374 364 230 0 3 50 1 67 136 117
Binary 11111100 11110100 10011000 0 11 101000 1 110111 1011110 1001111

Color Harmonies of #FCF498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF498

Black with #FCF498

Text Example


Text Example

White with #FCF498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF498; }

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

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

background-color css

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

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

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

border-color css

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

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

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