Html Css Color HEX #FBC790 Peach-Orange

📋 copy color: '#FBC790'

red 251 ◦ green 199 ◦ blue 144

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

Shades of Peach-Orange #FBC790

Tints of Peach-Orange #FBC790

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.5%

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

R = 42.26%
G = 33.5%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBC790 (or 0xFBC790) is known color: Peach-Orange. HEX triplet: FB, C7 and 90. RGB value is (251,199,144). Sum of RGB (Red+Green+Blue) = 251+199+144=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC790 is #04386F. Grayscale: #D0D0D0. Windows color (decimal): -276592 or 9488379. OLE color: 9488379.

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

Color convert

RGB 251 199 144 -
CMYK 0 0.21 0.43 0.02
HSL 30.84º 0.93% 0.77% -
HSV(B) 30.84º 0.43% 0.98% -
XYZ 65.24 63.37 35.18 -
YUV 208.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 251 199 144 0 0.21 0.43 0.02 30.84 0.93 0.77
Hex FB C7 90 0 15 2B 2 1F 5D 4D
Octal 373 307 220 0 25 53 2 37 135 115
Binary 11111011 11000111 10010000 0 10101 101011 10 11111 1011101 1001101

Color Harmonies of #FBC790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC790

Black with #FBC790

Text Example


Text Example

White with #FBC790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC790; }

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

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

background-color css

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

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

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

border-color css

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

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

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