Html Css Color HEX #F9F29E Pale Prim

📋 copy color: '#F9F29E'

red 249 ◦ green 242 ◦ blue 158

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

Shades of Pale Prim #F9F29E

Tints of Pale Prim #F9F29E

RGB

 RED value IS 249 (97.66% from 255) = 38.37%

 GREEN value IS 242 (94.92% from 255) = 37.29%

 BLUE value IS 158 (62.11% from 255) = 24.35%

R = 38.37%
G = 37.29%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9F29E (or 0xF9F29E) is known color: Pale Prim. HEX triplet: F9, F2 and 9E. RGB value is (249,242,158). Sum of RGB (Red+Green+Blue) = 249+242+158=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 158 (62.11% from 255 or 24.35% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F29E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F29E is #060D61. Grayscale: #EAEAEA. Windows color (decimal): -396642 or 10416889. OLE color: 10416889.

HSL color Cylindrical-coordinate representation of color #F9F29E: hue angle of 55.38º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9F29E is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 242 158 -
CMYK 0 0.03 0.37 0.02
HSL 55.38º 0.88% 0.8% -
HSV(B) 55.38º 0.37% 0.98% -
XYZ 76.99 86.11 44.91 -
YUV 234.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 249 242 158 0 0.03 0.37 0.02 55.38 0.88 0.8
Hex F9 F2 9E 0 3 25 2 37 58 50
Octal 371 362 236 0 3 45 2 67 130 120
Binary 11111001 11110010 10011110 0 11 100101 10 110111 1011000 1010000

Color Harmonies of #F9F29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F29E

Black with #F9F29E

Text Example


Text Example

White with #F9F29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F29E; }

 p { color: rgb(249,242,158); }

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

background-color css

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

 a { background-color: rgb(249,242,158); }

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

border-color css

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

 span { border-color: rgb(249,242,158); }

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