Html Css Color HEX #FBC28D Peach-Orange

📋 copy color: '#FBC28D'

red 251 ◦ green 194 ◦ blue 141

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

Shades of Peach-Orange #FBC28D

Tints of Peach-Orange #FBC28D

RGB

 RED value IS 251 (98.44% from 255) = 42.83%

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

 BLUE value IS 141 (55.47% from 255) = 24.06%

R = 42.83%
G = 33.11%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBC28D (or 0xFBC28D) is known color: Peach-Orange. HEX triplet: FB, C2 and 8D. RGB value is (251,194,141). Sum of RGB (Red+Green+Blue) = 251+194+141=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC28D is #043D72. Grayscale: #CDCDCD. Windows color (decimal): -277875 or 9290491. OLE color: 9290491.

HSL color Cylindrical-coordinate representation of color #FBC28D: hue angle of 28.91º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBC28D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 194 141 -
CMYK 0 0.23 0.44 0.02
HSL 28.91º 0.93% 0.77% -
HSV(B) 28.91º 0.44% 0.98% -
XYZ 63.88 61.02 33.61 -
YUV 205 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 251 194 141 0 0.23 0.44 0.02 28.91 0.93 0.77
Hex FB C2 8D 0 17 2C 2 1D 5D 4D
Octal 373 302 215 0 27 54 2 35 135 115
Binary 11111011 11000010 10001101 0 10111 101100 10 11101 1011101 1001101

Color Harmonies of #FBC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC28D

Black with #FBC28D

Text Example


Text Example

White with #FBC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC28D; }

 p { color: rgb(251,194,141); }

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

background-color css

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

 a { background-color: rgb(251,194,141); }

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

border-color css

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

 span { border-color: rgb(251,194,141); }

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