Html Css Color HEX #FFC490 Peach-Orange

📋 copy color: '#FFC490'

red 255 ◦ green 196 ◦ blue 144

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

Shades of Peach-Orange #FFC490

Tints of Peach-Orange #FFC490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.2%

R = 42.86%
G = 32.94%
B = 24.2%

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

#FFC490 (or 0xFFC490) is known color: Peach-Orange. HEX triplet: FF, C4 and 90. RGB value is (255,196,144). Sum of RGB (Red+Green+Blue) = 255+196+144=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC490 is #003B6F. Grayscale: #CFCFCF. Windows color (decimal): -15216 or 9487615. OLE color: 9487615.

HSL color Cylindrical-coordinate representation of color #FFC490: hue angle of 28.11º 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 #FFC490 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 196 144 -
CMYK 0 0.23 0.44 0
HSL 28.11º 1% 0.78% -
HSV(B) 28.11º 0.44% 1% -
XYZ 66.01 62.75 35.02 -
YUV 207.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 255 196 144 0 0.23 0.44 0 28.11 1 0.78
Hex FF C4 90 0 17 2C 0 1C 64 4E
Octal 377 304 220 0 27 54 0 34 144 116
Binary 11111111 11000100 10010000 0 10111 101100 0 11100 1100100 1001110

Color Harmonies of #FFC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC490

Black with #FFC490

Text Example


Text Example

White with #FFC490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC490; }

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

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

background-color css

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

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

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

border-color css

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

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

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