Html Css Color HEX #F9CA94 Peach-Orange

📋 copy color: '#F9CA94'

red 249 ◦ green 202 ◦ blue 148

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

Shades of Peach-Orange #F9CA94

Tints of Peach-Orange #F9CA94

RGB

 RED value IS 249 (97.66% from 255) = 41.57%

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

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

R = 41.57%
G = 33.72%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9CA94 (or 0xF9CA94) is known color: Peach-Orange. HEX triplet: F9, CA and 94. RGB value is (249,202,148). Sum of RGB (Red+Green+Blue) = 249+202+148=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CA94 is #06356B. Grayscale: #D2D2D2. Windows color (decimal): -406892 or 9751289. OLE color: 9751289.

HSL color Cylindrical-coordinate representation of color #F9CA94: hue angle of 32.08º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9CA94 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 202 148 -
CMYK 0 0.19 0.41 0.02
HSL 32.08º 0.89% 0.78% -
HSV(B) 32.08º 0.41% 0.98% -
XYZ 65.53 64.52 37.02 -
YUV 209.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 249 202 148 0 0.19 0.41 0.02 32.08 0.89 0.78
Hex F9 CA 94 0 13 29 2 20 59 4E
Octal 371 312 224 0 23 51 2 40 131 116
Binary 11111001 11001010 10010100 0 10011 101001 10 100000 1011001 1001110

Color Harmonies of #F9CA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CA94

Black with #F9CA94

Text Example


Text Example

White with #F9CA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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