Html Css Color HEX #FBC291 Peach-Orange

📋 copy color: '#FBC291'

red 251 ◦ green 194 ◦ blue 145

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

Shades of Peach-Orange #FBC291

Tints of Peach-Orange #FBC291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.58%

R = 42.54%
G = 32.88%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBC291 (or 0xFBC291) is known color: Peach-Orange. HEX triplet: FB, C2 and 91. RGB value is (251,194,145). Sum of RGB (Red+Green+Blue) = 251+194+145=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC291 is #043D6E. Grayscale: #CDCDCD. Windows color (decimal): -277871 or 9552635. OLE color: 9552635.

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

Color convert

RGB 251 194 145 -
CMYK 0 0.23 0.42 0.02
HSL 27.74º 0.93% 0.78% -
HSV(B) 27.74º 0.42% 0.98% -
XYZ 64.19 61.14 35.21 -
YUV 205.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 251 194 145 0 0.23 0.42 0.02 27.74 0.93 0.78
Hex FB C2 91 0 17 2A 2 1C 5D 4E
Octal 373 302 221 0 27 52 2 34 135 116
Binary 11111011 11000010 10010001 0 10111 101010 10 11100 1011101 1001110

Color Harmonies of #FBC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC291

Black with #FBC291

Text Example


Text Example

White with #FBC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC291; }

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

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

background-color css

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

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

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

border-color css

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

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

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