Html Css Color HEX #F8F4E0 Off Yellow

📋 copy color: '#F8F4E0'

red 248 ◦ green 244 ◦ blue 224

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

Shades of Off Yellow #F8F4E0

Tints of Off Yellow #F8F4E0

RGB

 RED value IS 248 (97.27% from 255) = 34.64%

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

 BLUE value IS 224 (87.89% from 255) = 31.28%

R = 34.64%
G = 34.08%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8F4E0 (or 0xF8F4E0) is known color: Off Yellow. HEX triplet: F8, F4 and E0. RGB value is (248,244,224). Sum of RGB (Red+Green+Blue) = 248+244+224=716 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.64% from 716); Green value is 244 (95.70% from 255 or 34.08% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F4E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F4E0 is #070B1F. Grayscale: #F2F2F2. Windows color (decimal): -461600 or 14742776. OLE color: 14742776.

HSL color Cylindrical-coordinate representation of color #F8F4E0: hue angle of 50º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8F4E0 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 244 224 -
CMYK 0 0.02 0.10 0.03
HSL 50º 0.63% 0.93% -
HSV(B) 50º 0.1% 0.97% -
XYZ 84.52 90.04 83.45 -
YUV 242.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 248 244 224 0 0.02 0.10 0.03 50 0.63 0.93
Hex F8 F4 E0 0 2 A 3 32 3F 5D
Octal 370 364 340 0 2 12 3 62 77 135
Binary 11111000 11110100 11100000 0 10 1010 11 110010 111111 1011101

Color Harmonies of #F8F4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F4E0

Black with #F8F4E0

Text Example


Text Example

White with #F8F4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F4E0; }

 p { color: rgb(248,244,224); }

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

background-color css

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

 a { background-color: rgb(248,244,224); }

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

border-color css

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

 span { border-color: rgb(248,244,224); }

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