Html Css Color HEX #FBC58D Peach-Orange

📋 copy color: '#FBC58D'

red 251 ◦ green 197 ◦ blue 141

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

Shades of Peach-Orange #FBC58D

Tints of Peach-Orange #FBC58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.94%

R = 42.61%
G = 33.45%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBC58D (or 0xFBC58D) is known color: Peach-Orange. HEX triplet: FB, C5 and 8D. RGB value is (251,197,141). Sum of RGB (Red+Green+Blue) = 251+197+141=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC58D is #043A72. Grayscale: #CFCFCF. Windows color (decimal): -277107 or 9291259. OLE color: 9291259.

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

Color convert

RGB 251 197 141 -
CMYK 0 0.22 0.44 0.02
HSL 30.55º 0.93% 0.77% -
HSV(B) 30.55º 0.44% 0.98% -
XYZ 64.56 62.36 33.83 -
YUV 206.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 251 197 141 0 0.22 0.44 0.02 30.55 0.93 0.77
Hex FB C5 8D 0 16 2C 2 1F 5D 4D
Octal 373 305 215 0 26 54 2 37 135 115
Binary 11111011 11000101 10001101 0 10110 101100 10 11111 1011101 1001101

Color Harmonies of #FBC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC58D

Black with #FBC58D

Text Example


Text Example

White with #FBC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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