Html Css Color HEX #F9C48F Peach-Orange

📋 copy color: '#F9C48F'

red 249 ◦ green 196 ◦ blue 143

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

Shades of Peach-Orange #F9C48F

Tints of Peach-Orange #F9C48F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.33%

 BLUE value IS 143 (56.25% from 255) = 24.32%

R = 42.35%
G = 33.33%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9C48F (or 0xF9C48F) is known color: Peach-Orange. HEX triplet: F9, C4 and 8F. RGB value is (249,196,143). Sum of RGB (Red+Green+Blue) = 249+196+143=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C48F is #063B70. Grayscale: #CECECE. Windows color (decimal): -408433 or 9422073. OLE color: 9422073.

HSL color Cylindrical-coordinate representation of color #F9C48F: hue angle of 30º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9C48F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 196 143 -
CMYK 0 0.21 0.43 0.02
HSL 30º 0.9% 0.77% -
HSV(B) 30º 0.43% 0.98% -
XYZ 63.76 61.6 34.52 -
YUV 205.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 249 196 143 0 0.21 0.43 0.02 30 0.9 0.77
Hex F9 C4 8F 0 15 2B 2 1E 5A 4D
Octal 371 304 217 0 25 53 2 36 132 115
Binary 11111001 11000100 10001111 0 10101 101011 10 11110 1011010 1001101

Color Harmonies of #F9C48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C48F

Black with #F9C48F

Text Example


Text Example

White with #F9C48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C48F; }

 p { color: rgb(249,196,143); }

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

background-color css

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

 a { background-color: rgb(249,196,143); }

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

border-color css

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

 span { border-color: rgb(249,196,143); }

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