Html Css Color HEX #FFCA93 Peach-Orange

📋 copy color: '#FFCA93'

red 255 ◦ green 202 ◦ blue 147

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

Shades of Peach-Orange #FFCA93

Tints of Peach-Orange #FFCA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.34%

R = 42.22%
G = 33.44%
B = 24.34%

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

#FFCA93 (or 0xFFCA93) is known color: Peach-Orange. HEX triplet: FF, CA and 93. RGB value is (255,202,147). Sum of RGB (Red+Green+Blue) = 255+202+147=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 147 (57.81% from 255 or 24.34% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA93 is #00356C. Grayscale: #D3D3D3. Windows color (decimal): -13677 or 9685759. OLE color: 9685759.

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

Color convert

RGB 255 202 147 -
CMYK 0 0.21 0.42 0
HSL 30.56º 1% 0.79% -
HSV(B) 30.56º 0.42% 1% -
XYZ 67.63 65.61 36.7 -
YUV 211.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 255 202 147 0 0.21 0.42 0 30.56 1 0.79
Hex FF CA 93 0 15 2A 0 1F 64 4F
Octal 377 312 223 0 25 52 0 37 144 117
Binary 11111111 11001010 10010011 0 10101 101010 0 11111 1100100 1001111

Color Harmonies of #FFCA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA93

Black with #FFCA93

Text Example


Text Example

White with #FFCA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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