Html Css Color HEX #FAC28B Peach-Orange

📋 copy color: '#FAC28B'

red 250 ◦ green 194 ◦ blue 139

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

Shades of Peach-Orange #FAC28B

Tints of Peach-Orange #FAC28B

RGB

 RED value IS 250 (98.05% from 255) = 42.88%

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

 BLUE value IS 139 (54.69% from 255) = 23.84%

R = 42.88%
G = 33.28%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAC28B (or 0xFAC28B) is known color: Peach-Orange. HEX triplet: FA, C2 and 8B. RGB value is (250,194,139). Sum of RGB (Red+Green+Blue) = 250+194+139=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC28B is #053D74. Grayscale: #CCCCCC. Windows color (decimal): -343413 or 9159418. OLE color: 9159418.

HSL color Cylindrical-coordinate representation of color #FAC28B: hue angle of 29.73º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAC28B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 139 -
CMYK 0 0.22 0.44 0.02
HSL 29.73º 0.92% 0.76% -
HSV(B) 29.73º 0.44% 0.98% -
XYZ 63.38 60.77 32.82 -
YUV 204.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 250 194 139 0 0.22 0.44 0.02 29.73 0.92 0.76
Hex FA C2 8B 0 16 2C 2 1E 5C 4C
Octal 372 302 213 0 26 54 2 36 134 114
Binary 11111010 11000010 10001011 0 10110 101100 10 11110 1011100 1001100

Color Harmonies of #FAC28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC28B

Black with #FAC28B

Text Example


Text Example

White with #FAC28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC28B; }

 p { color: rgb(250,194,139); }

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

background-color css

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

 a { background-color: rgb(250,194,139); }

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

border-color css

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

 span { border-color: rgb(250,194,139); }

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