Html Css Color HEX #F9C38E Peach-Orange

📋 copy color: '#F9C38E'

red 249 ◦ green 195 ◦ blue 142

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

Shades of Peach-Orange #F9C38E

Tints of Peach-Orange #F9C38E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.28%

 BLUE value IS 142 (55.86% from 255) = 24.23%

R = 42.49%
G = 33.28%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9C38E (or 0xF9C38E) is known color: Peach-Orange. HEX triplet: F9, C3 and 8E. RGB value is (249,195,142). Sum of RGB (Red+Green+Blue) = 249+195+142=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C38E is #063C71. Grayscale: #CDCDCD. Windows color (decimal): -408690 or 9356281. OLE color: 9356281.

HSL color Cylindrical-coordinate representation of color #F9C38E: hue angle of 29.72º 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 #F9C38E is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 195 142 -
CMYK 0 0.22 0.43 0.02
HSL 29.72º 0.9% 0.77% -
HSV(B) 29.72º 0.43% 0.98% -
XYZ 63.46 61.12 34.04 -
YUV 205.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 249 195 142 0 0.22 0.43 0.02 29.72 0.9 0.77
Hex F9 C3 8E 0 16 2B 2 1E 5A 4D
Octal 371 303 216 0 26 53 2 36 132 115
Binary 11111001 11000011 10001110 0 10110 101011 10 11110 1011010 1001101

Color Harmonies of #F9C38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C38E

Black with #F9C38E

Text Example


Text Example

White with #F9C38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C38E; }

 p { color: rgb(249,195,142); }

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

background-color css

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

 a { background-color: rgb(249,195,142); }

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

border-color css

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

 span { border-color: rgb(249,195,142); }

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