Html Css Color HEX #FDF397 Pale Prim

📋 copy color: '#FDF397'

red 253 ◦ green 243 ◦ blue 151

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

Shades of Pale Prim #FDF397

Tints of Pale Prim #FDF397

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.56%

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

R = 39.1%
G = 37.56%
B = 23.34%

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

#FDF397 (or 0xFDF397) is known color: Pale Prim. HEX triplet: FD, F3 and 97. RGB value is (253,243,151). Sum of RGB (Red+Green+Blue) = 253+243+151=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 151 (59.38% from 255 or 23.34% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF397 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF397 is #020C68. Grayscale: #EBEBEB. Windows color (decimal): -134249 or 9958397. OLE color: 9958397.

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

Color convert

RGB 253 243 151 -
CMYK 0 0.04 0.40 0.01
HSL 54.12º 0.96% 0.79% -
HSV(B) 54.12º 0.4% 0.99% -
XYZ 78.14 87.22 41.99 -
YUV 235.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 253 243 151 0 0.04 0.40 0.01 54.12 0.96 0.79
Hex FD F3 97 0 4 28 1 36 60 4F
Octal 375 363 227 0 4 50 1 66 140 117
Binary 11111101 11110011 10010111 0 100 101000 1 110110 1100000 1001111

Color Harmonies of #FDF397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF397

Black with #FDF397

Text Example


Text Example

White with #FDF397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF397; }

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

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

background-color css

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

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

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

border-color css

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

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

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