Html Css Color HEX #FBC28B Peach-Orange

📋 copy color: '#FBC28B'

red 251 ◦ green 194 ◦ blue 139

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

Shades of Peach-Orange #FBC28B

Tints of Peach-Orange #FBC28B

RGB

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

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

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

R = 42.98%
G = 33.22%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBC28B (or 0xFBC28B) is known color: Peach-Orange. HEX triplet: FB, C2 and 8B. RGB value is (251,194,139). Sum of RGB (Red+Green+Blue) = 251+194+139=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC28B is #043D74. Grayscale: #CDCDCD. Windows color (decimal): -277877 or 9159419. OLE color: 9159419.

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

Color convert

RGB 251 194 139 -
CMYK 0 0.23 0.45 0.02
HSL 29.46º 0.93% 0.76% -
HSV(B) 29.46º 0.45% 0.98% -
XYZ 63.74 60.96 32.83 -
YUV 204.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 251 194 139 0 0.23 0.45 0.02 29.46 0.93 0.76
Hex FB C2 8B 0 17 2D 2 1D 5D 4C
Octal 373 302 213 0 27 55 2 35 135 114
Binary 11111011 11000010 10001011 0 10111 101101 10 11101 1011101 1001100

Color Harmonies of #FBC28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC28B

Black with #FBC28B

Text Example


Text Example

White with #FBC28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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