Html Css Color HEX #F9C48B Peach-Orange

📋 copy color: '#F9C48B'

red 249 ◦ green 196 ◦ blue 139

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

Shades of Peach-Orange #F9C48B

Tints of Peach-Orange #F9C48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.8%

R = 42.64%
G = 33.56%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9C48B (or 0xF9C48B) is known color: Peach-Orange. HEX triplet: F9, C4 and 8B. RGB value is (249,196,139). Sum of RGB (Red+Green+Blue) = 249+196+139=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C48B is #063B74. Grayscale: #CDCDCD. Windows color (decimal): -408437 or 9159929. OLE color: 9159929.

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

Color convert

RGB 249 196 139 -
CMYK 0 0.21 0.44 0.02
HSL 31.09º 0.9% 0.76% -
HSV(B) 31.09º 0.44% 0.98% -
XYZ 63.47 61.48 32.95 -
YUV 205.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 249 196 139 0 0.21 0.44 0.02 31.09 0.9 0.76
Hex F9 C4 8B 0 15 2C 2 1F 5A 4C
Octal 371 304 213 0 25 54 2 37 132 114
Binary 11111001 11000100 10001011 0 10101 101100 10 11111 1011010 1001100

Color Harmonies of #F9C48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C48B

Black with #F9C48B

Text Example


Text Example

White with #F9C48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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