Html Css Color HEX #FDC68A Peach-Orange

📋 copy color: '#FDC68A'

red 253 ◦ green 198 ◦ blue 138

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

Shades of Peach-Orange #FDC68A

Tints of Peach-Orange #FDC68A

RGB

 RED value IS 253 (99.22% from 255) = 42.95%

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

 BLUE value IS 138 (54.3% from 255) = 23.43%

R = 42.95%
G = 33.62%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDC68A (or 0xFDC68A) is known color: Peach-Orange. HEX triplet: FD, C6 and 8A. RGB value is (253,198,138). Sum of RGB (Red+Green+Blue) = 253+198+138=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC68A is #023975. Grayscale: #CFCFCF. Windows color (decimal): -145782 or 9094909. OLE color: 9094909.

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

Color convert

RGB 253 198 138 -
CMYK 0 0.22 0.45 0.01
HSL 31.3º 0.97% 0.77% -
HSV(B) 31.3º 0.45% 0.99% -
XYZ 65.29 63.11 32.78 -
YUV 207.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 253 198 138 0 0.22 0.45 0.01 31.3 0.97 0.77
Hex FD C6 8A 0 16 2D 1 1F 61 4D
Octal 375 306 212 0 26 55 1 37 141 115
Binary 11111101 11000110 10001010 0 10110 101101 1 11111 1100001 1001101

Color Harmonies of #FDC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC68A

Black with #FDC68A

Text Example


Text Example

White with #FDC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC68A; }

 p { color: rgb(253,198,138); }

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

background-color css

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

 a { background-color: rgb(253,198,138); }

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

border-color css

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

 span { border-color: rgb(253,198,138); }

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