Html Css Color HEX #FAC28F Peach-Orange

📋 copy color: '#FAC28F'

red 250 ◦ green 194 ◦ blue 143

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

Shades of Peach-Orange #FAC28F

Tints of Peach-Orange #FAC28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.36%

R = 42.59%
G = 33.05%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAC28F (or 0xFAC28F) is known color: Peach-Orange. HEX triplet: FA, C2 and 8F. RGB value is (250,194,143). Sum of RGB (Red+Green+Blue) = 250+194+143=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC28F is #053D70. Grayscale: #CDCDCD. Windows color (decimal): -343409 or 9421562. OLE color: 9421562.

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

Color convert

RGB 250 194 143 -
CMYK 0 0.22 0.43 0.02
HSL 28.6º 0.91% 0.77% -
HSV(B) 28.6º 0.43% 0.98% -
XYZ 63.67 60.89 34.38 -
YUV 204.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 250 194 143 0 0.22 0.43 0.02 28.6 0.91 0.77
Hex FA C2 8F 0 16 2B 2 1D 5B 4D
Octal 372 302 217 0 26 53 2 35 133 115
Binary 11111010 11000010 10001111 0 10110 101011 10 11101 1011011 1001101

Color Harmonies of #FAC28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC28F

Black with #FAC28F

Text Example


Text Example

White with #FAC28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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