Html Css Color HEX #FFCA97 Peach-Orange

📋 copy color: '#FFCA97'

red 255 ◦ green 202 ◦ blue 151

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

Shades of Peach-Orange #FFCA97

Tints of Peach-Orange #FFCA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.84%

R = 41.94%
G = 33.22%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFCA97 (or 0xFFCA97) is known color: Peach-Orange. HEX triplet: FF, CA and 97. RGB value is (255,202,151). Sum of RGB (Red+Green+Blue) = 255+202+151=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 151 (59.38% from 255 or 24.84% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA97 is #003568. Grayscale: #D4D4D4. Windows color (decimal): -13673 or 9947903. OLE color: 9947903.

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

Color convert

RGB 255 202 151 -
CMYK 0 0.21 0.41 0
HSL 29.42º 1% 0.8% -
HSV(B) 29.42º 0.41% 1% -
XYZ 67.95 65.74 38.39 -
YUV 212.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 255 202 151 0 0.21 0.41 0 29.42 1 0.8
Hex FF CA 97 0 15 29 0 1D 64 50
Octal 377 312 227 0 25 51 0 35 144 120
Binary 11111111 11001010 10010111 0 10101 101001 0 11101 1100100 1010000

Color Harmonies of #FFCA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA97

Black with #FFCA97

Text Example


Text Example

White with #FFCA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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