Html Css Color HEX #FAC68D Peach-Orange

📋 copy color: '#FAC68D'

red 250 ◦ green 198 ◦ blue 141

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

Shades of Peach-Orange #FAC68D

Tints of Peach-Orange #FAC68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.62%

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

R = 42.44%
G = 33.62%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAC68D (or 0xFAC68D) is known color: Peach-Orange. HEX triplet: FA, C6 and 8D. RGB value is (250,198,141). Sum of RGB (Red+Green+Blue) = 250+198+141=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC68D is #053972. Grayscale: #CFCFCF. Windows color (decimal): -342387 or 9291514. OLE color: 9291514.

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

Color convert

RGB 250 198 141 -
CMYK 0 0.21 0.44 0.02
HSL 31.38º 0.92% 0.77% -
HSV(B) 31.38º 0.44% 0.98% -
XYZ 64.43 62.64 33.89 -
YUV 207.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 250 198 141 0 0.21 0.44 0.02 31.38 0.92 0.77
Hex FA C6 8D 0 15 2C 2 1F 5C 4D
Octal 372 306 215 0 25 54 2 37 134 115
Binary 11111010 11000110 10001101 0 10101 101100 10 11111 1011100 1001101

Color Harmonies of #FAC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC68D

Black with #FAC68D

Text Example


Text Example

White with #FAC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC68D; }

 p { color: rgb(250,198,141); }

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

background-color css

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

 a { background-color: rgb(250,198,141); }

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

border-color css

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

 span { border-color: rgb(250,198,141); }

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