Html Css Color HEX #FAC68F Peach-Orange

📋 copy color: '#FAC68F'

red 250 ◦ green 198 ◦ blue 143

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

Shades of Peach-Orange #FAC68F

Tints of Peach-Orange #FAC68F

RGB

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

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

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

R = 42.3%
G = 33.5%
B = 24.2%

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

#FAC68F (or 0xFAC68F) is known color: Peach-Orange. HEX triplet: FA, C6 and 8F. RGB value is (250,198,143). Sum of RGB (Red+Green+Blue) = 250+198+143=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC68F is #053970. Grayscale: #CFCFCF. Windows color (decimal): -342385 or 9422586. OLE color: 9422586.

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

Color convert

RGB 250 198 143 -
CMYK 0 0.21 0.43 0.02
HSL 30.84º 0.91% 0.77% -
HSV(B) 30.84º 0.43% 0.98% -
XYZ 64.58 62.7 34.68 -
YUV 207.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 250 198 143 0 0.21 0.43 0.02 30.84 0.91 0.77
Hex FA C6 8F 0 15 2B 2 1F 5B 4D
Octal 372 306 217 0 25 53 2 37 133 115
Binary 11111010 11000110 10001111 0 10101 101011 10 11111 1011011 1001101

Color Harmonies of #FAC68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC68F

Black with #FAC68F

Text Example


Text Example

White with #FAC68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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