Html Css Color HEX #FBC78E Peach-Orange

📋 copy color: '#FBC78E'

red 251 ◦ green 199 ◦ blue 142

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

Shades of Peach-Orange #FBC78E

Tints of Peach-Orange #FBC78E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.99%

R = 42.4%
G = 33.61%
B = 23.99%

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

#FBC78E (or 0xFBC78E) is known color: Peach-Orange. HEX triplet: FB, C7 and 8E. RGB value is (251,199,142). Sum of RGB (Red+Green+Blue) = 251+199+142=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC78E is #043871. Grayscale: #D0D0D0. Windows color (decimal): -276594 or 9357307. OLE color: 9357307.

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

Color convert

RGB 251 199 142 -
CMYK 0 0.21 0.43 0.02
HSL 31.38º 0.93% 0.77% -
HSV(B) 31.38º 0.43% 0.98% -
XYZ 65.09 63.31 34.38 -
YUV 208.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 251 199 142 0 0.21 0.43 0.02 31.38 0.93 0.77
Hex FB C7 8E 0 15 2B 2 1F 5D 4D
Octal 373 307 216 0 25 53 2 37 135 115
Binary 11111011 11000111 10001110 0 10101 101011 10 11111 1011101 1001101

Color Harmonies of #FBC78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC78E

Black with #FBC78E

Text Example


Text Example

White with #FBC78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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