Html Css Color HEX #FFF4A0 Pale Prim

📋 copy color: '#FFF4A0'

red 255 ◦ green 244 ◦ blue 160

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

Shades of Pale Prim #FFF4A0

Tints of Pale Prim #FFF4A0

RGB

 RED value IS 255 (100% from 255) = 38.69%

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

 BLUE value IS 160 (62.89% from 255) = 24.28%

R = 38.69%
G = 37.03%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFF4A0 (or 0xFFF4A0) is known color: Pale Prim. HEX triplet: FF, F4 and A0. RGB value is (255,244,160). Sum of RGB (Red+Green+Blue) = 255+244+160=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 160 (62.89% from 255 or 24.28% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4A0 is #000B5F. Grayscale: #EEEEEE. Windows color (decimal): -2912 or 10548479. OLE color: 10548479.

HSL color Cylindrical-coordinate representation of color #FFF4A0: hue angle of 53.05º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFF4A0 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 244 160 -
CMYK 0 0.04 0.37 0
HSL 53.05º 1% 0.81% -
HSV(B) 53.05º 0.37% 1% -
XYZ 79.94 88.5 46.13 -
YUV 237.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 255 244 160 0 0.04 0.37 0 53.05 1 0.81
Hex FF F4 A0 0 4 25 0 35 64 51
Octal 377 364 240 0 4 45 0 65 144 121
Binary 11111111 11110100 10100000 0 100 100101 0 110101 1100100 1010001

Color Harmonies of #FFF4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4A0

Black with #FFF4A0

Text Example


Text Example

White with #FFF4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4A0; }

 p { color: rgb(255,244,160); }

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

background-color css

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

 a { background-color: rgb(255,244,160); }

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

border-color css

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

 span { border-color: rgb(255,244,160); }

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