Html Css Color HEX #FFC48E Peach-Orange

📋 copy color: '#FFC48E'

red 255 ◦ green 196 ◦ blue 142

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

Shades of Peach-Orange #FFC48E

Tints of Peach-Orange #FFC48E

RGB

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

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

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

R = 43%
G = 33.05%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFC48E (or 0xFFC48E) is known color: Peach-Orange. HEX triplet: FF, C4 and 8E. RGB value is (255,196,142). Sum of RGB (Red+Green+Blue) = 255+196+142=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC48E is #003B71. Grayscale: #CFCFCF. Windows color (decimal): -15218 or 9356543. OLE color: 9356543.

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

Color convert

RGB 255 196 142 -
CMYK 0 0.23 0.44 0
HSL 28.67º 1% 0.78% -
HSV(B) 28.67º 0.44% 1% -
XYZ 65.86 62.69 34.22 -
YUV 207.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 255 196 142 0 0.23 0.44 0 28.67 1 0.78
Hex FF C4 8E 0 17 2C 0 1D 64 4E
Octal 377 304 216 0 27 54 0 35 144 116
Binary 11111111 11000100 10001110 0 10111 101100 0 11101 1100100 1001110

Color Harmonies of #FFC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC48E

Black with #FFC48E

Text Example


Text Example

White with #FFC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC48E; }

 p { color: rgb(255,196,142); }

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

background-color css

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

 a { background-color: rgb(255,196,142); }

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

border-color css

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

 span { border-color: rgb(255,196,142); }

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