Html Css Color HEX #FDF498 Pale Prim

📋 copy color: '#FDF498'

red 253 ◦ green 244 ◦ blue 152

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

Shades of Pale Prim #FDF498

Tints of Pale Prim #FDF498

RGB

 RED value IS 253 (99.22% from 255) = 38.98%

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

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

R = 38.98%
G = 37.6%
B = 23.42%

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

#FDF498 (or 0xFDF498) is known color: Pale Prim. HEX triplet: FD, F4 and 98. RGB value is (253,244,152). Sum of RGB (Red+Green+Blue) = 253+244+152=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 152 (59.77% from 255 or 23.42% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF498 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF498 is #020B67. Grayscale: #ECECEC. Windows color (decimal): -133992 or 10024189. OLE color: 10024189.

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

Color convert

RGB 253 244 152 -
CMYK 0 0.04 0.40 0.01
HSL 54.65º 0.96% 0.79% -
HSV(B) 54.65º 0.4% 0.99% -
XYZ 78.53 87.85 42.52 -
YUV 236.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 253 244 152 0 0.04 0.40 0.01 54.65 0.96 0.79
Hex FD F4 98 0 4 28 1 37 60 4F
Octal 375 364 230 0 4 50 1 67 140 117
Binary 11111101 11110100 10011000 0 100 101000 1 110111 1100000 1001111

Color Harmonies of #FDF498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF498

Black with #FDF498

Text Example


Text Example

White with #FDF498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF498; }

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

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

background-color css

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

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

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

border-color css

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

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

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