Html Css Color HEX #FDF497 Pale Prim

📋 copy color: '#FDF497'

red 253 ◦ green 244 ◦ blue 151

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

Shades of Pale Prim #FDF497

Tints of Pale Prim #FDF497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 23.3%

R = 39.04%
G = 37.65%
B = 23.3%

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

#FDF497 (or 0xFDF497) is known color: Pale Prim. HEX triplet: FD, F4 and 97. RGB value is (253,244,151). Sum of RGB (Red+Green+Blue) = 253+244+151=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 151 (59.38% from 255 or 23.30% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF497 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF497 is #020B68. Grayscale: #ECECEC. Windows color (decimal): -133993 or 9958653. OLE color: 9958653.

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

Color convert

RGB 253 244 151 -
CMYK 0 0.04 0.40 0.01
HSL 54.71º 0.96% 0.79% -
HSV(B) 54.71º 0.4% 0.99% -
XYZ 78.44 87.82 42.09 -
YUV 236.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 253 244 151 0 0.04 0.40 0.01 54.71 0.96 0.79
Hex FD F4 97 0 4 28 1 37 60 4F
Octal 375 364 227 0 4 50 1 67 140 117
Binary 11111101 11110100 10010111 0 100 101000 1 110111 1100000 1001111

Color Harmonies of #FDF497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF497

Black with #FDF497

Text Example


Text Example

White with #FDF497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF497; }

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

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

background-color css

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

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

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

border-color css

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

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

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