Html Css Color HEX #FFCA94 Peach-Orange

📋 copy color: '#FFCA94'

red 255 ◦ green 202 ◦ blue 148

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

Shades of Peach-Orange #FFCA94

Tints of Peach-Orange #FFCA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.46%

R = 42.15%
G = 33.39%
B = 24.46%

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

#FFCA94 (or 0xFFCA94) is known color: Peach-Orange. HEX triplet: FF, CA and 94. RGB value is (255,202,148). Sum of RGB (Red+Green+Blue) = 255+202+148=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA94 is #00356B. Grayscale: #D3D3D3. Windows color (decimal): -13676 or 9751295. OLE color: 9751295.

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

Color convert

RGB 255 202 148 -
CMYK 0 0.21 0.42 0
HSL 30.28º 1% 0.79% -
HSV(B) 30.28º 0.42% 1% -
XYZ 67.71 65.64 37.12 -
YUV 211.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 255 202 148 0 0.21 0.42 0 30.28 1 0.79
Hex FF CA 94 0 15 2A 0 1E 64 4F
Octal 377 312 224 0 25 52 0 36 144 117
Binary 11111111 11001010 10010100 0 10101 101010 0 11110 1100100 1001111

Color Harmonies of #FFCA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA94

Black with #FFCA94

Text Example


Text Example

White with #FFCA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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