Html Css Color HEX #FDF499 Pale Prim

📋 copy color: '#FDF499'

red 253 ◦ green 244 ◦ blue 153

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

Shades of Pale Prim #FDF499

Tints of Pale Prim #FDF499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 23.54%

R = 38.92%
G = 37.54%
B = 23.54%

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

#FDF499 (or 0xFDF499) is known color: Pale Prim. HEX triplet: FD, F4 and 99. RGB value is (253,244,153). Sum of RGB (Red+Green+Blue) = 253+244+153=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 153 (60.16% from 255 or 23.54% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF499 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF499 is #020B66. Grayscale: #ECECEC. Windows color (decimal): -133991 or 10089725. OLE color: 10089725.

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

Color convert

RGB 253 244 153 -
CMYK 0 0.04 0.40 0.01
HSL 54.6º 0.96% 0.8% -
HSV(B) 54.6º 0.4% 0.99% -
XYZ 78.61 87.88 42.96 -
YUV 236.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 253 244 153 0 0.04 0.40 0.01 54.6 0.96 0.8
Hex FD F4 99 0 4 28 1 37 60 50
Octal 375 364 231 0 4 50 1 67 140 120
Binary 11111101 11110100 10011001 0 100 101000 1 110111 1100000 1010000

Color Harmonies of #FDF499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF499

Black with #FDF499

Text Example


Text Example

White with #FDF499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF499; }

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

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

background-color css

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

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

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

border-color css

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

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

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