Html Css Color HEX #F7C28D Peach-Orange

📋 copy color: '#F7C28D'

red 247 ◦ green 194 ◦ blue 141

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

Shades of Peach-Orange #F7C28D

Tints of Peach-Orange #F7C28D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.33%

 BLUE value IS 141 (55.47% from 255) = 24.23%

R = 42.44%
G = 33.33%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7C28D (or 0xF7C28D) is known color: Peach-Orange. HEX triplet: F7, C2 and 8D. RGB value is (247,194,141). Sum of RGB (Red+Green+Blue) = 247+194+141=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C28D is #083D72. Grayscale: #CCCCCC. Windows color (decimal): -540019 or 9290487. OLE color: 9290487.

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

Color convert

RGB 247 194 141 -
CMYK 0 0.21 0.43 0.03
HSL 30º 0.87% 0.76% -
HSV(B) 30º 0.43% 0.97% -
XYZ 62.46 60.28 33.54 -
YUV 203.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 247 194 141 0 0.21 0.43 0.03 30 0.87 0.76
Hex F7 C2 8D 0 15 2B 3 1E 57 4C
Octal 367 302 215 0 25 53 3 36 127 114
Binary 11110111 11000010 10001101 0 10101 101011 11 11110 1010111 1001100

Color Harmonies of #F7C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C28D

Black with #F7C28D

Text Example


Text Example

White with #F7C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C28D; }

 p { color: rgb(247,194,141); }

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

background-color css

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

 a { background-color: rgb(247,194,141); }

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

border-color css

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

 span { border-color: rgb(247,194,141); }

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