Html Css Color HEX #FCC68F Peach-Orange

📋 copy color: '#FCC68F'

red 252 ◦ green 198 ◦ blue 143

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

Shades of Peach-Orange #FCC68F

Tints of Peach-Orange #FCC68F

RGB

 RED value IS 252 (98.83% from 255) = 42.5%

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

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

R = 42.5%
G = 33.39%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCC68F (or 0xFCC68F) is known color: Peach-Orange. HEX triplet: FC, C6 and 8F. RGB value is (252,198,143). Sum of RGB (Red+Green+Blue) = 252+198+143=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC68F is #033970. Grayscale: #D0D0D0. Windows color (decimal): -211313 or 9422588. OLE color: 9422588.

HSL color Cylindrical-coordinate representation of color #FCC68F: hue angle of 30.28º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCC68F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 143 -
CMYK 0 0.21 0.43 0.01
HSL 30.28º 0.95% 0.77% -
HSV(B) 30.28º 0.43% 0.99% -
XYZ 65.3 63.07 34.72 -
YUV 207.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 252 198 143 0 0.21 0.43 0.01 30.28 0.95 0.77
Hex FC C6 8F 0 15 2B 1 1E 5F 4D
Octal 374 306 217 0 25 53 1 36 137 115
Binary 11111100 11000110 10001111 0 10101 101011 1 11110 1011111 1001101

Color Harmonies of #FCC68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC68F

Black with #FCC68F

Text Example


Text Example

White with #FCC68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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