Html Css Color HEX #FBC290 Peach-Orange

📋 copy color: '#FBC290'

red 251 ◦ green 194 ◦ blue 144

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

Shades of Peach-Orange #FBC290

Tints of Peach-Orange #FBC290

RGB

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

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

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

R = 42.61%
G = 32.94%
B = 24.45%

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

#FBC290 (or 0xFBC290) is known color: Peach-Orange. HEX triplet: FB, C2 and 90. RGB value is (251,194,144). Sum of RGB (Red+Green+Blue) = 251+194+144=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC290 is #043D6F. Grayscale: #CDCDCD. Windows color (decimal): -277872 or 9487099. OLE color: 9487099.

HSL color Cylindrical-coordinate representation of color #FBC290: hue angle of 28.04º 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 #FBC290 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 194 144 -
CMYK 0 0.23 0.43 0.02
HSL 28.04º 0.93% 0.77% -
HSV(B) 28.04º 0.43% 0.98% -
XYZ 64.11 61.11 34.8 -
YUV 205.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 251 194 144 0 0.23 0.43 0.02 28.04 0.93 0.77
Hex FB C2 90 0 17 2B 2 1C 5D 4D
Octal 373 302 220 0 27 53 2 34 135 115
Binary 11111011 11000010 10010000 0 10111 101011 10 11100 1011101 1001101

Color Harmonies of #FBC290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC290

Black with #FBC290

Text Example


Text Example

White with #FBC290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC290; }

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

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

background-color css

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

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

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

border-color css

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

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

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