Html Css Color HEX #FDF597 Pale Prim

📋 copy color: '#FDF597'

red 253 ◦ green 245 ◦ blue 151

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

Shades of Pale Prim #FDF597

Tints of Pale Prim #FDF597

RGB

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

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

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

R = 38.98%
G = 37.75%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FDF597 (or 0xFDF597) is known color: Pale Prim. HEX triplet: FD, F5 and 97. RGB value is (253,245,151). Sum of RGB (Red+Green+Blue) = 253+245+151=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 151 (59.38% from 255 or 23.27% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF597 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF597 is #020A68. Grayscale: #EDEDED. Windows color (decimal): -133737 or 9958909. OLE color: 9958909.

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

Color convert

RGB 253 245 151 -
CMYK 0 0.03 0.40 0.01
HSL 55.29º 0.96% 0.79% -
HSV(B) 55.29º 0.4% 0.99% -
XYZ 78.75 88.42 42.19 -
YUV 236.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 253 245 151 0 0.03 0.40 0.01 55.29 0.96 0.79
Hex FD F5 97 0 3 28 1 37 60 4F
Octal 375 365 227 0 3 50 1 67 140 117
Binary 11111101 11110101 10010111 0 11 101000 1 110111 1100000 1001111

Color Harmonies of #FDF597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF597

Black with #FDF597

Text Example


Text Example

White with #FDF597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF597; }

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

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

background-color css

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

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

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

border-color css

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

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

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