Html Css Color HEX #FFC68F Peach-Orange

📋 copy color: '#FFC68F'

red 255 ◦ green 198 ◦ blue 143

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

Shades of Peach-Orange #FFC68F

Tints of Peach-Orange #FFC68F

RGB

 RED value IS 255 (100% from 255) = 42.79%

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

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

R = 42.79%
G = 33.22%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFC68F (or 0xFFC68F) is known color: Peach-Orange. HEX triplet: FF, C6 and 8F. RGB value is (255,198,143). Sum of RGB (Red+Green+Blue) = 255+198+143=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC68F is #003970. Grayscale: #D1D1D1. Windows color (decimal): -14705 or 9422591. OLE color: 9422591.

HSL color Cylindrical-coordinate representation of color #FFC68F: hue angle of 29.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC68F is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 143 -
CMYK 0 0.22 0.44 0
HSL 29.46º 1% 0.78% -
HSV(B) 29.46º 0.44% 1% -
XYZ 66.39 63.63 34.77 -
YUV 208.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 255 198 143 0 0.22 0.44 0 29.46 1 0.78
Hex FF C6 8F 0 16 2C 0 1D 64 4E
Octal 377 306 217 0 26 54 0 35 144 116
Binary 11111111 11000110 10001111 0 10110 101100 0 11101 1100100 1001110

Color Harmonies of #FFC68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC68F

Black with #FFC68F

Text Example


Text Example

White with #FFC68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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