Html Css Color HEX #FBC592 Peach-Orange

📋 copy color: '#FBC592'

red 251 ◦ green 197 ◦ blue 146

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

Shades of Peach-Orange #FBC592

Tints of Peach-Orange #FBC592

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.16%

 BLUE value IS 146 (57.42% from 255) = 24.58%

R = 42.26%
G = 33.16%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FBC592 (or 0xFBC592) is known color: Peach-Orange. HEX triplet: FB, C5 and 92. RGB value is (251,197,146). Sum of RGB (Red+Green+Blue) = 251+197+146=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC592 is #043A6D. Grayscale: #CFCFCF. Windows color (decimal): -277102 or 9618939. OLE color: 9618939.

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

Color convert

RGB 251 197 146 -
CMYK 0 0.22 0.42 0.02
HSL 29.14º 0.93% 0.78% -
HSV(B) 29.14º 0.42% 0.98% -
XYZ 64.94 62.52 35.84 -
YUV 207.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 251 197 146 0 0.22 0.42 0.02 29.14 0.93 0.78
Hex FB C5 92 0 16 2A 2 1D 5D 4E
Octal 373 305 222 0 26 52 2 35 135 116
Binary 11111011 11000101 10010010 0 10110 101010 10 11101 1011101 1001110

Color Harmonies of #FBC592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC592

Black with #FBC592

Text Example


Text Example

White with #FBC592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC592; }

 p { color: rgb(251,197,146); }

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

background-color css

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

 a { background-color: rgb(251,197,146); }

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

border-color css

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

 span { border-color: rgb(251,197,146); }

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