Html Css Color HEX #FFCA90 Peach-Orange

📋 copy color: '#FFCA90'

red 255 ◦ green 202 ◦ blue 144

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

Shades of Peach-Orange #FFCA90

Tints of Peach-Orange #FFCA90

RGB

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

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

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

R = 42.43%
G = 33.61%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFCA90 (or 0xFFCA90) is known color: Peach-Orange. HEX triplet: FF, CA and 90. RGB value is (255,202,144). Sum of RGB (Red+Green+Blue) = 255+202+144=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCA90 is #00356F. Grayscale: #D3D3D3. Windows color (decimal): -13680 or 9489151. OLE color: 9489151.

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

Color convert

RGB 255 202 144 -
CMYK 0 0.21 0.44 0
HSL 31.35º 1% 0.78% -
HSV(B) 31.35º 0.44% 1% -
XYZ 67.39 65.51 35.48 -
YUV 211.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 255 202 144 0 0.21 0.44 0 31.35 1 0.78
Hex FF CA 90 0 15 2C 0 1F 64 4E
Octal 377 312 220 0 25 54 0 37 144 116
Binary 11111111 11001010 10010000 0 10101 101100 0 11111 1100100 1001110

Color Harmonies of #FFCA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA90

Black with #FFCA90

Text Example


Text Example

White with #FFCA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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