Html Css Color HEX #FDF59A Pale Prim

📋 copy color: '#FDF59A'

red 253 ◦ green 245 ◦ blue 154

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

Shades of Pale Prim #FDF59A

Tints of Pale Prim #FDF59A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.58%

 BLUE value IS 154 (60.55% from 255) = 23.62%

R = 38.8%
G = 37.58%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDF59A (or 0xFDF59A) is known color: Pale Prim. HEX triplet: FD, F5 and 9A. RGB value is (253,245,154). Sum of RGB (Red+Green+Blue) = 253+245+154=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 154 (60.55% from 255 or 23.62% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF59A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF59A is #020A65. Grayscale: #EDEDED. Windows color (decimal): -133734 or 10155517. OLE color: 10155517.

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

Color convert

RGB 253 245 154 -
CMYK 0 0.03 0.39 0.01
HSL 55.15º 0.96% 0.8% -
HSV(B) 55.15º 0.39% 0.99% -
XYZ 78.99 88.52 43.49 -
YUV 237.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 253 245 154 0 0.03 0.39 0.01 55.15 0.96 0.8
Hex FD F5 9A 0 3 27 1 37 60 50
Octal 375 365 232 0 3 47 1 67 140 120
Binary 11111101 11110101 10011010 0 11 100111 1 110111 1100000 1010000

Color Harmonies of #FDF59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF59A

Black with #FDF59A

Text Example


Text Example

White with #FDF59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF59A; }

 p { color: rgb(253,245,154); }

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

background-color css

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

 a { background-color: rgb(253,245,154); }

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

border-color css

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

 span { border-color: rgb(253,245,154); }

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