Html Css Color HEX #FCC28B Peach-Orange

📋 copy color: '#FCC28B'

red 252 ◦ green 194 ◦ blue 139

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

Shades of Peach-Orange #FCC28B

Tints of Peach-Orange #FCC28B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.16%

 BLUE value IS 139 (54.69% from 255) = 23.76%

R = 43.08%
G = 33.16%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCC28B (or 0xFCC28B) is known color: Peach-Orange. HEX triplet: FC, C2 and 8B. RGB value is (252,194,139). Sum of RGB (Red+Green+Blue) = 252+194+139=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC28B is #033D74. Grayscale: #CDCDCD. Windows color (decimal): -212341 or 9159420. OLE color: 9159420.

HSL color Cylindrical-coordinate representation of color #FCC28B: hue angle of 29.2º degrees, saturation: 0.95, 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 #FCC28B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 139 -
CMYK 0 0.23 0.45 0.01
HSL 29.2º 0.95% 0.77% -
HSV(B) 29.2º 0.45% 0.99% -
XYZ 64.1 61.14 32.85 -
YUV 205.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 252 194 139 0 0.23 0.45 0.01 29.2 0.95 0.77
Hex FC C2 8B 0 17 2D 1 1D 5F 4D
Octal 374 302 213 0 27 55 1 35 137 115
Binary 11111100 11000010 10001011 0 10111 101101 1 11101 1011111 1001101

Color Harmonies of #FCC28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC28B

Black with #FCC28B

Text Example


Text Example

White with #FCC28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC28B; }

 p { color: rgb(252,194,139); }

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

background-color css

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

 a { background-color: rgb(252,194,139); }

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

border-color css

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

 span { border-color: rgb(252,194,139); }

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