Html Css Color HEX #F7CA90 Peach-Orange

📋 copy color: '#F7CA90'

red 247 ◦ green 202 ◦ blue 144

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

Shades of Peach-Orange #F7CA90

Tints of Peach-Orange #F7CA90

RGB

 RED value IS 247 (96.88% from 255) = 41.65%

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

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

R = 41.65%
G = 34.06%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F7CA90 (or 0xF7CA90) is known color: Peach-Orange. HEX triplet: F7, CA and 90. RGB value is (247,202,144). Sum of RGB (Red+Green+Blue) = 247+202+144=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CA90 is #08356F. Grayscale: #D1D1D1. Windows color (decimal): -537968 or 9489143. OLE color: 9489143.

HSL color Cylindrical-coordinate representation of color #F7CA90: hue angle of 33.79º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7CA90 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 202 144 -
CMYK 0 0.18 0.42 0.03
HSL 33.79º 0.87% 0.77% -
HSV(B) 33.79º 0.42% 0.97% -
XYZ 64.51 64.03 35.34 -
YUV 208.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 247 202 144 0 0.18 0.42 0.03 33.79 0.87 0.77
Hex F7 CA 90 0 12 2A 3 22 57 4D
Octal 367 312 220 0 22 52 3 42 127 115
Binary 11110111 11001010 10010000 0 10010 101010 11 100010 1010111 1001101

Color Harmonies of #F7CA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CA90

Black with #F7CA90

Text Example


Text Example

White with #F7CA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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