Html Css Color HEX #FCF398 Pale Prim

📋 copy color: '#FCF398'

red 252 ◦ green 243 ◦ blue 152

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

Shades of Pale Prim #FCF398

Tints of Pale Prim #FCF398

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.56%

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

R = 38.95%
G = 37.56%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCF398 (or 0xFCF398) is known color: Pale Prim. HEX triplet: FC, F3 and 98. RGB value is (252,243,152). Sum of RGB (Red+Green+Blue) = 252+243+152=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 152 (59.77% from 255 or 23.49% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF398 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF398 is #030C67. Grayscale: #EBEBEB. Windows color (decimal): -199784 or 10023932. OLE color: 10023932.

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

Color convert

RGB 252 243 152 -
CMYK 0 0.04 0.40 0.01
HSL 54.6º 0.94% 0.79% -
HSV(B) 54.6º 0.4% 0.99% -
XYZ 77.86 87.06 42.41 -
YUV 235.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 252 243 152 0 0.04 0.40 0.01 54.6 0.94 0.79
Hex FC F3 98 0 4 28 1 37 5E 4F
Octal 374 363 230 0 4 50 1 67 136 117
Binary 11111100 11110011 10011000 0 100 101000 1 110111 1011110 1001111

Color Harmonies of #FCF398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF398

Black with #FCF398

Text Example


Text Example

White with #FCF398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF398; }

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

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

background-color css

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

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

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

border-color css

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

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

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