Html Css Color HEX #FBC190 Peach-Orange

📋 copy color: '#FBC190'

red 251 ◦ green 193 ◦ blue 144

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

Shades of Peach-Orange #FBC190

Tints of Peach-Orange #FBC190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.82%

 BLUE value IS 144 (56.64% from 255) = 24.49%

R = 42.69%
G = 32.82%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBC190 (or 0xFBC190) is known color: Peach-Orange. HEX triplet: FB, C1 and 90. RGB value is (251,193,144). Sum of RGB (Red+Green+Blue) = 251+193+144=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC190 is #043E6F. Grayscale: #CDCDCD. Windows color (decimal): -278128 or 9486843. OLE color: 9486843.

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

Color convert

RGB 251 193 144 -
CMYK 0 0.23 0.43 0.02
HSL 27.48º 0.93% 0.77% -
HSV(B) 27.48º 0.43% 0.98% -
XYZ 63.89 60.66 34.73 -
YUV 204.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 251 193 144 0 0.23 0.43 0.02 27.48 0.93 0.77
Hex FB C1 90 0 17 2B 2 1B 5D 4D
Octal 373 301 220 0 27 53 2 33 135 115
Binary 11111011 11000001 10010000 0 10111 101011 10 11011 1011101 1001101

Color Harmonies of #FBC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC190

Black with #FBC190

Text Example


Text Example

White with #FBC190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC190; }

 p { color: rgb(251,193,144); }

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

background-color css

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

 a { background-color: rgb(251,193,144); }

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

border-color css

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

 span { border-color: rgb(251,193,144); }

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