Html Css Color HEX #FAC68E Peach-Orange

📋 copy color: '#FAC68E'

red 250 ◦ green 198 ◦ blue 142

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

Shades of Peach-Orange #FAC68E

Tints of Peach-Orange #FAC68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.07%

R = 42.37%
G = 33.56%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAC68E (or 0xFAC68E) is known color: Peach-Orange. HEX triplet: FA, C6 and 8E. RGB value is (250,198,142). Sum of RGB (Red+Green+Blue) = 250+198+142=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC68E is #053971. Grayscale: #CFCFCF. Windows color (decimal): -342386 or 9357050. OLE color: 9357050.

HSL color Cylindrical-coordinate representation of color #FAC68E: hue angle of 31.11º degrees, saturation: 0.92, 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 #FAC68E is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 142 -
CMYK 0 0.21 0.43 0.02
HSL 31.11º 0.92% 0.77% -
HSV(B) 31.11º 0.43% 0.98% -
XYZ 64.5 62.67 34.29 -
YUV 207.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 250 198 142 0 0.21 0.43 0.02 31.11 0.92 0.77
Hex FA C6 8E 0 15 2B 2 1F 5C 4D
Octal 372 306 216 0 25 53 2 37 134 115
Binary 11111010 11000110 10001110 0 10101 101011 10 11111 1011100 1001101

Color Harmonies of #FAC68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC68E

Black with #FAC68E

Text Example


Text Example

White with #FAC68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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