Html Css Color HEX #FFCA95 Peach-Orange

📋 copy color: '#FFCA95'

red 255 ◦ green 202 ◦ blue 149

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

Shades of Peach-Orange #FFCA95

Tints of Peach-Orange #FFCA95

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.33%

 BLUE value IS 149 (58.59% from 255) = 24.59%

R = 42.08%
G = 33.33%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFCA95 (or 0xFFCA95) is known color: Peach-Orange. HEX triplet: FF, CA and 95. RGB value is (255,202,149). Sum of RGB (Red+Green+Blue) = 255+202+149=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA95 is #00356A. Grayscale: #D4D4D4. Windows color (decimal): -13675 or 9816831. OLE color: 9816831.

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

Color convert

RGB 255 202 149 -
CMYK 0 0.21 0.42 0
HSL 30º 1% 0.79% -
HSV(B) 30º 0.42% 1% -
XYZ 67.79 65.67 37.54 -
YUV 211.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 255 202 149 0 0.21 0.42 0 30 1 0.79
Hex FF CA 95 0 15 2A 0 1E 64 4F
Octal 377 312 225 0 25 52 0 36 144 117
Binary 11111111 11001010 10010101 0 10101 101010 0 11110 1100100 1001111

Color Harmonies of #FFCA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA95

Black with #FFCA95

Text Example


Text Example

White with #FFCA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA95; }

 p { color: rgb(255,202,149); }

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

background-color css

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

 a { background-color: rgb(255,202,149); }

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

border-color css

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

 span { border-color: rgb(255,202,149); }

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